Ejemplo n.º 1
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();
 }
Ejemplo n.º 2
0
 private void cmdAddPointsToAlign_Click(object sender, EventArgs e)
 {
     this.Hide();
     fAddPoint = Forms.Stake_Forms.sForms.fAddPoint;
     fAddPoint.Show();
 }