Exemplo n.º 1
0
 public ThankYouControl(SecurityController SecControl)
 {
     InitializeComponent();
     this.SecControl = SecControl;
     UN  = SecControl.UNControl;
     ATC = SecControl.UNControl.ATC;
 }
Exemplo n.º 2
0
 public UserNameControl(AccessTokenControl ATC)
 {
     InitializeComponent();
     this.ATC = ATC;
     string access = this.ATC.AccessToken;
 }