diff --git a/EnigmaX/Classes/SystemFunctions.cs b/EnigmaX/Classes/SystemFunctions.cs index d623d00..0dec99d 100644 --- a/EnigmaX/Classes/SystemFunctions.cs +++ b/EnigmaX/Classes/SystemFunctions.cs @@ -28,7 +28,7 @@ public static Employee showPinScreenUntilAuthenticated(EmployeeRole role) public static void showOSK() { string progFiles = @"C:\Program Files\Common Files\Microsoft Shared\ink"; string keyboardPath = Path.Combine(progFiles, "TabTip.exe"); - Process keyboardProc = Process.Start(keyboardPath); + Process.Start(keyboardPath); }