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