public AksiRestokForm(Form calling, string uid, string nma) { mForm = calling as RestockForm; uidd = uid; nama = nma; InitializeComponent(); }
public NewBarangForm(Form calling) { mForm = calling as RestockForm; InitializeComponent(); }
private void btnRestock_Click(object sender, EventArgs e) { RestockForm rf = new RestockForm(); rf.ShowDialog(); }