prepare to build

This commit is contained in:
Alex Bezdieniezhnykh
2025-05-14 19:53:35 +03:00
parent f41d49bd26
commit 87ceaa805b
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ public class GpsMatcherClient : IGpsMatcherClient
process.OutputDataReceived += (_, e) => { if (e.Data != null) Console.WriteLine(e.Data); };
process.ErrorDataReceived += (_, e) => { if (e.Data != null) Console.WriteLine(e.Data); };
//process.Start();
process.Start();
}
catch (Exception e)
{
+1 -1
View File
@@ -59,7 +59,7 @@ public class InferenceClient : IInferenceClient, IResourceLoader
process.OutputDataReceived += (_, e) => { if (e.Data != null) Console.WriteLine(e.Data); };
process.ErrorDataReceived += (_, e) => { if (e.Data != null) Console.WriteLine(e.Data); };
//process.Start();
process.Start();
}
catch (Exception e)
{