changed startup form to the lockscreen
This commit is contained in:
parent
b3c6010831
commit
865b7f731b
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ namespace USB_Lockdown
|
||||||
{
|
{
|
||||||
Application.EnableVisualStyles();
|
Application.EnableVisualStyles();
|
||||||
Application.SetCompatibleTextRenderingDefault(false);
|
Application.SetCompatibleTextRenderingDefault(false);
|
||||||
Application.Run(new Form1());
|
Application.Run(new lockScreen());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue