Esempio n. 1
0
 public UserProfile(string username)
 {
     InitializeComponent();
     ui = new UserProfileUI(this, username);
 }
Esempio n. 2
0
 public UserProfile()
 {
     InitializeComponent();
     ui = new UserProfileUI(this);
 }