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