Пример #1
0
 private void optMISC_Click(object sender, EventArgs e)
 {
     if (optMISC.Checked)
     {
         this.ClassObj = "MISC";
         Stake_Misc.set_fStakeProps("MISC");
         this.Hide();
         fMisc = Forms.Stake_Forms.sForms.fMisc;
         Application.ShowModelessDialog(Application.MainWindow.Handle, fMisc, false);
     }
 }
Пример #2
0
 private Stake_Forms()
 {
     fAddPoint      = new Forms.frmAddPoint();
     fBldgNames     = new Forms.frmBldgNames();
     fExport        = new Forms.frmExport();
     fGrid          = new Forms.frmGrid();
     fGridLabelEdit = new Forms.frmGridLabelEdit();
     fMisc          = new Forms.frmMisc();
     fPickXref      = new Forms.frmPickXref();
     fPoints        = new Forms.frmPoints();
     fStake         = new Forms.frmStake();
     fStaRange      = new Forms.frmStaRange();
 }