vergessene commit
This commit is contained in:
@@ -11,16 +11,28 @@ using KlassenBIB;
|
||||
|
||||
namespace SanSystem
|
||||
{
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public partial class UCLinerGrundlagen : UserControl
|
||||
{
|
||||
InlinerSanierung inliner = null;
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public List<Inspektionsobjekt> inspektionsobjekts = null;
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
/// <param name="inliner"></param>
|
||||
public UCLinerGrundlagen(InlinerSanierung inliner)
|
||||
{
|
||||
InitializeComponent();
|
||||
this.inliner = inliner;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public UCLinerGrundlagen()
|
||||
{
|
||||
InitializeComponent();
|
||||
|
||||
Reference in New Issue
Block a user