initial version with serial link
This commit is contained in:
@@ -1,15 +1,12 @@
|
||||
using System;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace analog_system_monitor
|
||||
internal static class Program
|
||||
{
|
||||
internal static class Program
|
||||
[STAThread]
|
||||
static void Main()
|
||||
{
|
||||
[STAThread]
|
||||
static void Main()
|
||||
{
|
||||
ApplicationConfiguration.Initialize();
|
||||
Application.Run(new TrayApp());
|
||||
}
|
||||
ApplicationConfiguration.Initialize();
|
||||
Application.Run(new TrayApp());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user