public GhlEdit(Ghl ViewItem) { this.ViewItem = ViewItem; InitializeComponent(); DataContext = this; }
// ---------------- Constructors ---------------- ---------------- // public GhlEdit() { ViewItem = new Ghl(); InitializeComponent(); DataContext = this; }