Ejemplo n.º 1
0
 public modalAddCategory(DatabaseController dbController, ProductPaneScroll scroll)
 {
     InitializeComponent();
     this.dbController = dbController;
     this.scroll       = scroll;
 }
Ejemplo n.º 2
0
 public modalAddCategory(DatabaseController dbController, ProductPaneScroll scroll)
 {
     InitializeComponent();
     this.dbController = dbController;
     this.scroll = scroll;
 }