예제 #1
0
        public MenuForm()
        {
            InitializeComponent();

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