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