Example #1
0
        private void buttonContinue_Click(object sender, EventArgs e)
        {
            Form siteInfo = new GeneralSiteInformation();

            siteInfo.Show();

            this.Hide();
        }
Example #2
0
 public frmOpenFile(GeneralSiteInformation frm)
 {
     InitializeComponent();
     parent = frm;
 }
 public FormMeanAnnualRainfall(GeneralSiteInformation f)
 {
     InitializeComponent();
     setImage(f.RainfallDefault);
 }