void upadate()
 {
     if (table_1 != null)
     {
         table_1.destroy_table();
     }
     table_1 = new view_table(15, 170, 23, this);
     load_rules(ID_TEST, table_1);
     table_1.redraw_on_form();
 }
Esempio n. 2
0
        //      ::-----::
        //      ::ФОРМА::
        //      ::-----::

        void upadate()
        {
            if (table_1 != null)
            {
                table_1.destroy_table();
            }
            table_1 = new view_table(50, 140, 30, this);
            load_test(ID_TEST, table_1);
            table_1.redraw_on_form();
        }