コード例 #1
0
 public modalAddCategory(DatabaseController dbController, ProductPaneScroll scroll)
 {
     InitializeComponent();
     this.dbController = dbController;
     this.scroll       = scroll;
 }
コード例 #2
0
 public modalAddCategory(DatabaseController dbController, ProductPaneScroll scroll)
 {
     InitializeComponent();
     this.dbController = dbController;
     this.scroll = scroll;
 }