From 0f41178c4f72aef58a1818f9bbaf2dbc9eb0cdf7 Mon Sep 17 00:00:00 2001 From: Roy Ben Shabat Date: Thu, 18 Feb 2021 05:05:01 +0200 Subject: Prototypes Improved. HW version dropped from prototype. Added Light Color Formula. Cleaned some machine configuration types OS Version, Display Panel Version etc... UPdated Local PPC Schema and Data. --- Software/Visual_Studio/PPC/Tango.PPC.DataSynchronizer.CLI/Program.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Software/Visual_Studio/PPC/Tango.PPC.DataSynchronizer.CLI/Program.cs') diff --git a/Software/Visual_Studio/PPC/Tango.PPC.DataSynchronizer.CLI/Program.cs b/Software/Visual_Studio/PPC/Tango.PPC.DataSynchronizer.CLI/Program.cs index 091ef8f13..7c9473569 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.DataSynchronizer.CLI/Program.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.DataSynchronizer.CLI/Program.cs @@ -11,8 +11,8 @@ namespace Tango.PPC.DataSynchronizer.CLI { class Program { - static void Main(string[] args) - { + static void Main(string[] args) + { DataSynchronizer synchronizer = new DataSynchronizer(); synchronizer.Synchronize(); Console.ReadLine(); -- cgit v1.3.1