Exemple #1
0
 public int CreateEventProc(string EventName, string ObjectName)
 {
     return(_codeModule.CreateEventProc(EventName, ObjectName));
 }