コード例 #1
0
 void DisplayChecksForm()
 {
     if (checksForm == null || checksForm.IsDisposed)
     {
         this.checksForm      = FormFactory.CreateChecksForm(this);
         checksForm.MdiParent = this;
     }
     checksForm.Show();
 }
コード例 #2
0
 void DisplayChecksForm()
 {
     if (checksForm == null || checksForm.IsDisposed)
     {
         this.checksForm = FormFactory.CreateChecksForm(this);
         checksForm.MdiParent = this;
     }
     checksForm.Show();
 }