Exemplo n.º 1
0
 private void buttonReset_Click(object sender, EventArgs e)
 {
     dc = new dcInventoryDataContext();
     _userProfile = new UserProfile();
     textBoxUserName.Enabled = true;
     textBoxUserName.Text = string.Empty;
     textBoxPassword.Text = string.Empty;
     textBoxConfirmPassword.Text = string.Empty;
     comboBoxType.SelectedIndex = -1;
     textBoxFullName.Text = string.Empty;
     textBoxFullName.Focus();
 }
Exemplo n.º 2
0
 partial void UpdateUserProfile(UserProfile instance);
Exemplo n.º 3
0
 partial void DeleteUserProfile(UserProfile instance);
Exemplo n.º 4
0
 partial void InsertUserProfile(UserProfile instance);