public MenuForm() { InitializeComponent(); deputatyTable = null; frakciyaTable = null; sozyvTable = null; zasedaniyaTable = null; zasedaniyaTable = null; }
private void button4_Click(object sender, EventArgs e) { GC.Collect(); if (!isFormOpened("SozyvTable")) { sozyvTable = new SozyvTable(this); sozyvTable.Show(); } else { sozyvTable.Focus(); } }