private void cirticularButton12_Click(object sender, EventArgs e) { if (Data == null || Data.IsDisposed) { Data = new A_Manager.DData(); Data.Show(); } }
private void pictureBox3_Click(object sender, EventArgs e) { this.Close(); c.Show(); }