1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-10-31 15:36:07 +00:00
This commit is contained in:
Yan Maniez 2018-10-14 01:01:57 +02:00
parent ba0a5c1d41
commit 60115e7d95
15 changed files with 177 additions and 43 deletions

View file

@ -15,6 +15,7 @@ namespace AideDeJeu.GTK
{
Gtk.Application.Init();
Forms.Init();
SQLitePCL.raw.SetProvider(new SQLitePCL.SQLite3Provider_e_sqlite3());
var app = new App();
var window = new FormsWindow();