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