private void lbleditdbconnection_Click(object sender, EventArgs e) { timer1.Enabled = true; timer1.Start(); Notification_Input ni = new Notification_Input(); ni.ifeditconnection = true; ni.lblnotification.Text = " We cannot edit database using this password!"; ni.ShowDialog(); }
private void lblcreateaccount_Click(object sender, EventArgs e) { Notification_Input ni = new Notification_Input(); ni.ShowDialog(); }