Changed caption to "<User Name> (<First Name> <Last Name>) Information"
Changed caption to "Manage User"
This commit is contained in:
@@ -20,6 +20,7 @@ namespace VEPROMS
|
||||
_MyUser = value;
|
||||
SimpleUser su = new SimpleUser(_MyUser);
|
||||
pgUser.SelectedObject = su;
|
||||
this.Text = string.Format("{0} ({1} {2}) Information",su.UserID,su.FirstName,su.LastName);
|
||||
}
|
||||
}
|
||||
private string _Mode;
|
||||
|
Reference in New Issue
Block a user