Exemplo n.º 1
0
 public AuthWindow(string startUrl, string endUrl, LogoutCompletedCallback callback)
 {
     this.startUrl   = startUrl;
     this.endUrl     = endUrl;
     this.callback_l = callback;
     InitializeComponent();
 }
 public AuthWindow(string startUrl, string endUrl, LogoutCompletedCallback callback)
 {
     this.startUrl = startUrl;
     this.endUrl = endUrl;
     this.callback_l = callback;
     InitializeComponent();
 }