Esempio n. 1
0
 public NewSchoolForm()
 {
     InitializeComponent();
     this.BackgroundImage       = Image.FromFile("E:\\war3\\Projects\\MonoBank\\1.jfif");
     this.BackgroundImageLayout = ImageLayout.Stretch;
     Current = this;
 }
Esempio n. 2
0
        private void button3_Click(object sender, EventArgs e)
        {
            Hide();
            NewSchoolForm newForm = new NewSchoolForm();

            newForm.Show();
        }