private void ඇතලතකරනනToolStripMenuItem_Click(object sender, EventArgs e) { //this.Enabled = false; Add_results dpl = Add_results.getInstance(); //dpl.MdiParent = this; dpl.Show(); // dpl.WindowState = FormWindowState.Maximized; dpl.FormBorderStyle = FormBorderStyle.FixedSingle; }
public static Add_results getInstance() { if (inst12 == null || inst12.IsDisposed) { inst12 = new Add_results(); return(inst12); } else { return(inst12); } }