Beispiel #1
0
 public GhlEdit(Ghl ViewItem)
 {
     this.ViewItem = ViewItem;
     InitializeComponent();
     DataContext = this;
 }
Beispiel #2
0
 // ---------------- Constructors ---------------- ---------------- //
 public GhlEdit()
 {
     ViewItem = new Ghl();
     InitializeComponent();
     DataContext = this;
 }