コード例 #1
0
        public ComputerParts()
        {
            InitializeComponent();

            _computerPartsBll = new ComputerPartsBLL();
            gridComputerParts.AutoGenerateColumns = false;
        }
コード例 #2
0
 public RegisterComputerParts()
 {
     InitializeComponent();
     _computerPartsBll = new ComputerPartsBLL();
 }
コード例 #3
0
 public ComputerPartsEdit()
 {
     InitializeComponent();
     computerParts = new ComputerPartsBLL();
 }