Esempio n. 1
0
 public static void Main()
 {
     Agenda.App app = new Agenda.App();
     app.InitializeComponent();
     app.Run();
 }