partial void DeleteUserPref(UserPref instance);
 partial void InsertUserPref(UserPref instance);
 partial void UpdateUserPref(UserPref instance);
Example #4
0
 private void retrieveUserPrefs()
 {
     //bcUserPref up = new bcUserPref();
     UserPref up = new UserPref();
     propertyGrid1.SelectedObject = up;
 }