public ManageComputers()
        {
            InitializeComponent();
            _computersBll = new ComputersBLL();

            gridManageComputers.AutoGenerateColumns = false;
        }
Esempio n. 2
0
 public BillDetails()
 {
     InitializeComponent();
     billBLL      = new BillBLL();
     computersBLL = new ComputersBLL();
     clientsBLL   = new ClientsBLL();
 }
Esempio n. 3
0
 public MainForm()
 {
     InitializeComponent();
     computers = new ComputersBLL();
     billBLL   = new BillBLL();
 }
 public ComputersEdit()
 {
     InitializeComponent();
     computersBll = new ComputersBLL();
 }
 public ComputerStart()
 {
     InitializeComponent();
     billBll     = new BillBLL();
     computerBll = new ComputersBLL();
 }
 public RegisterComputers()
 {
     InitializeComponent();
     computersBLL = new ComputersBLL();
 }