Exemplo n.º 1
0
        private void loginBtn_Click(object sender, EventArgs e)
        {
            Dashboard db = new Dashboard();

            MainClass.showWindow(db, this, MDI.ActiveForm);
        }
Exemplo n.º 2
0
        private void backPicBox_Click(object sender, EventArgs e)
        {
            Dashboard db = new Dashboard();

            MainClass.showWindow(db, MDI.ActiveForm);
        }