archive
/
usb-lockdown
Archived
1
Fork 0

changed startup form to the lockscreen

This commit is contained in:
Jake Howard 2014-08-10 22:41:54 +01:00
parent b3c6010831
commit 865b7f731b
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ namespace USB_Lockdown
{
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new Form1());
Application.Run(new lockScreen());
}
}
}