OpenTransaction() private method

private OpenTransaction ( ITransaction t ) : void
t ITransaction
return void
Ejemplo n.º 1
0
 public TransactionBase(ActionManager am)
     : this()
 {
     ActionManager = am;
     if(am != null)
     {
         am.OpenTransaction(this);
     }
 }
Ejemplo n.º 2
0
 public TransactionBase(ActionManager am)
     : this()
 {
     ActionManager = am;
     if (am != null)
     {
         am.OpenTransaction(this);
     }
 }