Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJérémie Laval <jeremie.laval@gmail.com>2011-01-21 18:39:22 +0300
committerJérémie Laval <jeremie.laval@gmail.com>2011-01-22 04:21:18 +0300
commit175bf4428022d2326214de9d15cb23a8c9bd3d97 (patch)
treeae9219ad1b940ab932fe9168df14bcdf7a5f0ee5 /mcs/class/WebMatrix.Data
parente72f9fb0a0b01abaa2c40add308aa75cbd876f40 (diff)
Foobar trigger connection
Diffstat (limited to 'mcs/class/WebMatrix.Data')
-rw-r--r--mcs/class/WebMatrix.Data/WebMatrix.Data/Database.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/WebMatrix.Data/WebMatrix.Data/Database.cs b/mcs/class/WebMatrix.Data/WebMatrix.Data/Database.cs
index 1c4705ca60c..bef7b74d5e4 100644
--- a/mcs/class/WebMatrix.Data/WebMatrix.Data/Database.cs
+++ b/mcs/class/WebMatrix.Data/WebMatrix.Data/Database.cs
@@ -189,7 +189,7 @@ namespace WebMatrix.Data
}
}
- static TriggerConnectionOpened (Database self, DbConnection connection)
+ static void TriggerConnectionOpened (Database self, DbConnection connection)
{
EventHandler<ConnectionEventArgs> evt = ConnectionOpened;
if (evt != null)