Exemple #1
0
 public UserProfile(string username)
 {
     InitializeComponent();
     ui = new UserProfileUI(this, username);
 }
Exemple #2
0
 public UserProfile()
 {
     InitializeComponent();
     ui = new UserProfileUI(this);
 }