Пример #1
0
 public LaBelleForm()
 {
     InitializeComponent();
     dbLaBelleExcel = new LaBelleDBConnect();
     regLaBelle = new LaBelleRegistry();
     LaBelleAPI.CostCalculator_Reset();
 }
 public LaBelleExcelContainerForm()
 {
     InitializeComponent();
     regLaBelle = new LaBelleRegistry();
     dbLaBelleExcel = new LaBelleDBConnect();
 }
 public LaBelleExcel()
 {
     InitializeComponent();
     regLaBelle = new LaBelleRegistry();
 }