void btnCreate_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e) { var vw = new NewView(); if (Lanucher.InitView(vw).ShowDialog() == System.Windows.Forms.DialogResult.OK) { } }
void btnCreate_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e) { var vw = new NewView(); vw.EditMode = Web.Core.Enums.EnViewEditMode.New; if (Lanucher.InitView(vw).ShowDialog() == System.Windows.Forms.DialogResult.OK) { } }