1
0
mirror of https://github.com/akpaevj/OneSTools.TechLog.git synced 2024-12-06 08:16:09 +02:00
This commit is contained in:
Акпаев Евгений Александрович 2019-09-30 23:55:17 +03:00
commit 0367481d94
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2019 Евгений Акпаев
Copyright (c) 2019 Akpaev Evgeniy
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@ -15,6 +15,8 @@ private void EventHandler(Dictionary<string, string> eventData)
switch (eventData["EventName"])
{
case "DBMSSQL":
var sql = eventData["Sql"];
var user = eventData["Usr"];
// To do something
break;
default: