Artifact f9ba04774fb42316cd894892bafcd40f6c01495b:
- File test/Program.cs — part of check-in [9525e5cf45] at 2011-05-23 04:07:04 on branch trunk — Updated method for flagging test cases that are SQLite specific. (user: shaneh size: 210)
using System; using System.Data.SQLite; using System.Windows.Forms; namespace test { class Program { static void Main() { Application.Run(new TestCasesDialog()); } } }