Example #1
0
 public Admin(MainForm mf) : this()
 {
     this.mf = mf;
     pr      = new Product();
     r       = new Review();
 }
Example #2
0
 public Admin()
 {
     InitializeComponent();
     pr = new Product();
     r  = new Review();
 }