System.Data.SQLite

Artifact [f9ba04774f]
Login

Artifact f9ba04774fb42316cd894892bafcd40f6c01495b:


using System;
using System.Data.SQLite;
using System.Windows.Forms;

namespace test
{
  class Program
  {
    static void Main()
    {
      Application.Run(new TestCasesDialog());
    }
  }
}