Exemplo n.º 1
0
 public AksiRestokForm(Form calling, string uid, string nma)
 {
     mForm = calling as RestockForm;
     uidd  = uid;
     nama  = nma;
     InitializeComponent();
 }
Exemplo n.º 2
0
 public NewBarangForm(Form calling)
 {
     mForm = calling as RestockForm;
     InitializeComponent();
 }
Exemplo n.º 3
0
        private void btnRestock_Click(object sender, EventArgs e)
        {
            RestockForm rf = new RestockForm();

            rf.ShowDialog();
        }