aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2021-02-18 05:05:01 +0200
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2021-02-18 05:05:01 +0200
commit0f41178c4f72aef58a1818f9bbaf2dbc9eb0cdf7 (patch)
tree379ef3ec6a4781ae0dcada8e7c233e80761be6c2 /Software/Visual_Studio/PPC
parent8dbf9aea30b685b56b2eae2aa490440e3d46d725 (diff)
downloadTango-0f41178c4f72aef58a1818f9bbaf2dbc9eb0cdf7.tar.gz
Tango-0f41178c4f72aef58a1818f9bbaf2dbc9eb0cdf7.zip
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.
Diffstat (limited to 'Software/Visual_Studio/PPC')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.DataSynchronizer.CLI/Program.cs4
1 files changed, 2 insertions, 2 deletions
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();