Exemplo n.º 1
0
 public AdminForm(UserTable admin) : this()
 {
     AdminName.Text = admin.Name.Trim();
 }