‪Black Box
Static Private Member Functions
BBTasker.Program Class Reference

Static Private Member Functions

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

Detailed Description

Definition at line 34 of file Program.cs.

Member Function Documentation

◆ Main()

static void BBTasker.Program.Main ( )
staticprivate

‪The main entry point for the application.

Definition at line 40 of file Program.cs.

41  {
42  Application.EnableVisualStyles();
43  Application.SetCompatibleTextRenderingDefault(false);
44  Application.Run(new BBtaskScheduler());
45  }

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