Пример #1
0
 static DbLoggingHelper()
 {
     assembly  = Assembly.LoadFrom(Path.Combine(@"E:\RMS\RMS\build", "DataAccess.dll"));
     dbExecute = TypeLoader.LoadFrom(Path.Combine(@"E:\RMS\RMS\build", "DataAccess.dll"), "RMS.DataAccess.SqlServerExecute", true);
 }