Ejemplo n.º 1
0
        private void buttonContinue_Click(object sender, EventArgs e)
        {
            Form siteInfo = new GeneralSiteInformation();

            siteInfo.Show();

            this.Hide();
        }
Ejemplo n.º 2
0
 public frmOpenFile(GeneralSiteInformation frm)
 {
     InitializeComponent();
     parent = frm;
 }
Ejemplo n.º 3
0
 public FormMeanAnnualRainfall(GeneralSiteInformation f)
 {
     InitializeComponent();
     setImage(f.RainfallDefault);
 }