Loading WindowsDevicePortalWrapper/TestApp/Program.cs +1 −1 Original line number Diff line number Diff line Loading @@ -120,7 +120,7 @@ namespace TestApp for (int i = 0; i < args.Length; i++) { string arg = args[i].ToLower(); if (!arg.StartsWith("/'") && !arg.StartsWith("-")) if (!arg.StartsWith("/") && !arg.StartsWith("-")) { throw new Exception(string.Format("Unrecognized argument: {0}", args[i])); } Loading WindowsDevicePortalWrapper/TestAppHL/Program.cs +1 −1 Original line number Diff line number Diff line Loading @@ -202,7 +202,7 @@ namespace TestAppHL for (int i = 0; i < args.Length; i++) { string arg = args[i].ToLower(); if (!arg.StartsWith("/'") && !arg.StartsWith("-")) if (!arg.StartsWith("/") && !arg.StartsWith("-")) { throw new Exception(string.Format("Unrecognized argument: {0}", args[i])); } Loading WindowsDevicePortalWrapper/TestAppIoT/Program.cs +1 −1 Original line number Diff line number Diff line Loading @@ -74,7 +74,7 @@ namespace TestAppIoT for (int i = 0; i < args.Length; i++) { string arg = args[i].ToLower(); if (!arg.StartsWith("/'") && !arg.StartsWith("-")) if (!arg.StartsWith("/") && !arg.StartsWith("-")) { throw new Exception(string.Format("Unrecognized argument: {0}", args[i])); } Loading Loading
WindowsDevicePortalWrapper/TestApp/Program.cs +1 −1 Original line number Diff line number Diff line Loading @@ -120,7 +120,7 @@ namespace TestApp for (int i = 0; i < args.Length; i++) { string arg = args[i].ToLower(); if (!arg.StartsWith("/'") && !arg.StartsWith("-")) if (!arg.StartsWith("/") && !arg.StartsWith("-")) { throw new Exception(string.Format("Unrecognized argument: {0}", args[i])); } Loading
WindowsDevicePortalWrapper/TestAppHL/Program.cs +1 −1 Original line number Diff line number Diff line Loading @@ -202,7 +202,7 @@ namespace TestAppHL for (int i = 0; i < args.Length; i++) { string arg = args[i].ToLower(); if (!arg.StartsWith("/'") && !arg.StartsWith("-")) if (!arg.StartsWith("/") && !arg.StartsWith("-")) { throw new Exception(string.Format("Unrecognized argument: {0}", args[i])); } Loading
WindowsDevicePortalWrapper/TestAppIoT/Program.cs +1 −1 Original line number Diff line number Diff line Loading @@ -74,7 +74,7 @@ namespace TestAppIoT for (int i = 0; i < args.Length; i++) { string arg = args[i].ToLower(); if (!arg.StartsWith("/'") && !arg.StartsWith("-")) if (!arg.StartsWith("/") && !arg.StartsWith("-")) { throw new Exception(string.Format("Unrecognized argument: {0}", args[i])); } Loading