diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2021-04-08 14:24:39 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2021-04-08 14:24:39 +0300 |
| commit | 0ede3b81fce26ca31ad71bd1a377e5893a2d6e9a (patch) | |
| tree | 5d0f68640bc88ad76289a8cf2d2bb28bf250cd83 /Software/Visual_Studio/PPC/Tango.PPC.DataSynchronizer.CLI/Program.cs | |
| parent | 4e8717ad956839c7f42c88985011e96c735c3a6a (diff) | |
| download | Tango-0ede3b81fce26ca31ad71bd1a377e5893a2d6e9a.tar.gz Tango-0ede3b81fce26ca31ad71bd1a377e5893a2d6e9a.zip | |
Updated BIT BL,PMR,DB.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.DataSynchronizer.CLI/Program.cs')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.DataSynchronizer.CLI/Program.cs | 2 |
1 files changed, 1 insertions, 1 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 8a67d57fb..e50e5cb6e 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.DataSynchronizer.CLI/Program.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.DataSynchronizer.CLI/Program.cs @@ -11,7 +11,7 @@ namespace Tango.PPC.DataSynchronizer.CLI { class Program { - static void Main(string[] args) + static void Main(string[] args) { DataSynchronizer synchronizer = new DataSynchronizer(); synchronizer.Synchronize(); |
