Esempio n. 1
0
        public MenuForm()
        {
            InitializeComponent();

            deputatyTable   = null;
            frakciyaTable   = null;
            sozyvTable      = null;
            zasedaniyaTable = null;
            zasedaniyaTable = null;
        }
Esempio n. 2
0
 private void button6_Click_1(object sender, EventArgs e)
 {
     GC.Collect();
     if (!isFormOpened("FrakciyaTable"))
     {
         frakciyaTable = new FrakciyaTable(this);
         frakciyaTable.Show();
     }
     else
     {
         frakciyaTable.Focus();
     }
 }