private void cirticularButton11_Click(object sender, EventArgs e) { if (Functions == null || Functions.IsDisposed) { Functions = new A_Manager.Functions(); Functions.Show(); } }
private void pictureBox3_Click(object sender, EventArgs e) { this.Close(); f.Show(); }