Example #1
0
 public static void Main()
 {
     Roulette.App app = new Roulette.App();
     app.InitializeComponent();
     app.Run();
 }