NTP Analyzer  0.8.2
Analyze the operation of time servers
Ntp.Analyzer.Validate.Gui.Program Class Reference

Static Private Member Functions

static void Main ()
 The main entry point for the application. More...
 

Detailed Description

Definition at line 27 of file Program.cs.

Member Function Documentation

static void Ntp.Analyzer.Validate.Gui.Program.Main ( )
inlinestaticprivate

The main entry point for the application.

Definition at line 33 of file Program.cs.

34  {
35  Application.EnableVisualStyles();
36  Application.SetCompatibleTextRenderingDefault(false);
37  Application.Run(new FormValidator());
38  }

The documentation for this class was generated from the following file: