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