Artifact 8bbca059f0d065bc3beab6b870d5b1d117dbfd3d:
- File test/Program.cs — part of check-in [26297c39cc] at 2009-06-29 22:59:08 on branch sourceforge — 1.0.63.0 (user: rmsimpson size: 547)
using System; using System.Data; using System.Text; using System.Data.Common; using System.Data.SQLite; using System.Threading; using System.Transactions; using System.Windows.Forms; using System.IO; namespace test { class Program { static void Main() { Application.Run(new TestCasesDialog()); } static void cnn_RollBack(object sender, EventArgs e) { } static void cnn_Commit(object sender, CommitEventArgs e) { } static void cnn_Updated(object sender, UpdateEventArgs e) { } } }