Exemplo n.º 1
0
 public ForgotForm()
 {
     InitializeComponent();
     this.BackgroundImage       = Image.FromFile("E:\\war3\\Projects\\MonoBank\\1.jfif");
     this.BackgroundImageLayout = ImageLayout.Stretch;
     Current = this;
 }
Exemplo n.º 2
0
        private void label1_Click(object sender, EventArgs e)
        {
            Close();
            ForgotForm nf = new ForgotForm();

            nf.Show();
        }