using System; using System.Data.SQLite; using System.Windows.Forms; namespace test { class Program { static void Main() { Application.Run(new TestCasesDialog()); } } }