Ejemplo n.º 1
0
        public ComputerParts()
        {
            InitializeComponent();

            _computerPartsBll = new ComputerPartsBLL();
            gridComputerParts.AutoGenerateColumns = false;
        }
Ejemplo n.º 2
0
 public RegisterComputerParts()
 {
     InitializeComponent();
     _computerPartsBll = new ComputerPartsBLL();
 }
 public ComputerPartsEdit()
 {
     InitializeComponent();
     computerParts = new ComputerPartsBLL();
 }