CLEON CONNECTOR
1.0
Parameter updating SW for cloud-offloaded GPS receiver (CLEON)
Main Page
Related Pages
Packages
Classes
Files
File List
Program.cs
Go to the documentation of this file.
1
using System;
2
using
System.Collections.Generic;
3
using
System.Linq;
4
using
System.Windows.Forms;
5
6
namespace
CLEON_Connector
7
{
8
static
class
Program
9
{
13
[STAThread]
14
static
void
Main()
15
{
16
Application.EnableVisualStyles();
17
Application.SetCompatibleTextRenderingDefault(
false
);
18
Application.Run(
new
Form1());
19
}
20
}
21
}
CLEON_Connector
Program.cs
Generated on Tue May 28 2013 15:24:06 for CLEON CONNECTOR by
1.8.2