示例#1
0
        private void SettingsBtn_Click(object sender, EventArgs e)
        {
            var            cust           = customerService.GetCustomerInfo(new Contracts.Request.Customer.GetCustomerID(Email, Password));
            ProfilSettings profilSettings = new ProfilSettings(this, customerService, cust);

            this.Hide();
            profilSettings.Show();
        }
示例#2
0
        private void SettingsBtn_Click(object sender, EventArgs e)
        {
            var            seller         = sellerService.GetSellerInfo(new Contracts.Request.Seller.GetSellerID(email, password));
            ProfilSettings profilSettings = new ProfilSettings(this, sellerService, seller);

            this.Hide();
            profilSettings.Show();
        }