Exemplo n.º 1
0
 public static void PromptForLogin()
 {
     Desktop.InvokeOnWorkerThread(new Action(() =>
     {
         _oobe.PromptForLogin(); //prompts for login, what did you expect
     }));
 }
Exemplo n.º 2
0
 public static void PromptForLogin()
 {
     Desktop.InvokeOnWorkerThread(new Action(() =>
     {
         _oobe.PromptForLogin();
     }));
 }