public MDIMainForm() { Default = this; this.DialogResult = DialogResult.Cancel; InitializeComponent(); UIActionDispatcher = new UIActionDispatcher(this); SetStatusText(Message_Status_Ready); }
public Dialog() { InitializeComponent(); _UIActionDispatcher = new UIActionDispatcher(this); }
public ReportView() { InitializeComponent(); UIActionDispatcher = new UIActionDispatcher(this); this.BarExtend.Visible = false; }