Example #1
0
 static function Main()
 {
     Forms\Application::EnableVisualStyles();
     Forms\Application::Run(new Form1());
 }