示例#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;
 }