Ejemplo n.º 1
0
 public DataAccess(string guid, LibClientInfo clientInfo)
     : this()
 {
     this._clientInfo = clientInfo;
     _dbHelp          = _dbFactory.GetDBHelp(guid);
     LibEventManager.SubscribeEvent(new LibSqlExceptionEventSource(this, _dbHelp), LibEventType.SqlException);
 }
Ejemplo n.º 2
0
 void called_Load(object sender, EventArgs e)
 {
     LibEventManager.SubscribeEvent(_caller, LibEventType.FormCommunitation);
 }