예제 #1
0
        public MDIMainForm()
        {
            Default           = this;
            this.DialogResult = DialogResult.Cancel;
            InitializeComponent();

            UIActionDispatcher = new UIActionDispatcher(this);
            SetStatusText(Message_Status_Ready);
        }
예제 #2
0
파일: Dialog.cs 프로젝트: PAO200724/PAO_V4
 public Dialog()
 {
     InitializeComponent();
     _UIActionDispatcher = new UIActionDispatcher(this);
 }
예제 #3
0
 public ReportView()
 {
     InitializeComponent();
     UIActionDispatcher     = new UIActionDispatcher(this);
     this.BarExtend.Visible = false;
 }