public void setForm(IProductManagable f)
 {
     view = f;
 }
Ejemplo n.º 2
0
 public FrmMangeProduct(IProductManagable productManager)
 {
     this.productManager = productManager;
     InitializeComponent();
 }