Ejemplo n.º 1
0
 public CategoryProduk(Produk.NewProduk newProduk)
 {
     InitializeComponent();
     this.newProduk = newProduk;
     this.Init();
 }
Ejemplo n.º 2
0
 public GroupProduct(Produk.NewProduk newProduk)
 {
     InitializeComponent();
     this.newProduk = newProduk;
     this.Init();
 }