Ejemplo n.º 1
0
        //private void chkBranch_CheckedChanged(object sender, EventArgs e)
        //{
        //    if (chkBranch.Checked == true)
        //    {
        //        this.LoadComapanyBranch();
        //    }
        //}

        private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
        {
            this.Cursor = Cursors.WaitCursor;
            frmBackupDB ofrmBackupDB = new frmBackupDB();

            // ofrmBackupDB.ShowDialog();
            this.Cursor = Cursors.Default;
        }
Ejemplo n.º 2
0
 private void databaseBackupToolStripMenuItem1_Click(object sender, EventArgs e)
 {
     frmBackupDB ofrmBackupDB = new frmBackupDB();
     //ofrmBackupDB.buttneVisibility = false;
     //ofrmBackupDB.ShowDialog();
 }