Пример #1
0
 private void Init()
 {
     fctb_control    = new Fctb_control_class(fctb);
     library_control = new Library_control_class(fctb_control.Functions);
     timer_autosave.Start();
     autosave_listupdate();
     fctb.Height = this.Height - 68;
     fctb.Width  = this.Width - 19;
 }
Пример #2
0
 public Function_editor(List <Library_functions> Librarys_functions, List <Fctb_data> Functions)
 {
     InitializeComponent();
     functions          = Functions;
     librarys_functions = Librarys_functions;
     fctb_control       = new Fctb_control_class(fctb);
     set_form_style();
     function_saved = true;
     set_combobox_itmes();
     set_list_items();
 }