コード例 #1
0
 public AksiRestokForm(Form calling, string uid, string nma)
 {
     mForm = calling as RestockForm;
     uidd  = uid;
     nama  = nma;
     InitializeComponent();
 }
コード例 #2
0
 public NewBarangForm(Form calling)
 {
     mForm = calling as RestockForm;
     InitializeComponent();
 }
コード例 #3
0
ファイル: InventoryForm.cs プロジェクト: wildanal2/MiewPos
        private void btnRestock_Click(object sender, EventArgs e)
        {
            RestockForm rf = new RestockForm();

            rf.ShowDialog();
        }