Exemplo n.º 1
0
        public void LoadSelectedForm()
        {
            frmShopAdjustment shopAdjustment = new frmShopAdjustment
            {
                FormMode = "Old"
            };

            shopAdjustment.TxtSID.Text = ID.ToString();
            shopAdjustment.Show();
        }
Exemplo n.º 2
0
        public void LoadNewForm()
        {
            frmShopAdjustment shopAdjustment = new frmShopAdjustment
            {
                FormMode     = "New",
                LoggedInUser = UserID
            };

            shopAdjustment.Show();
        }