OpenTransaction() private method

private OpenTransaction ( ITransaction t ) : void
t ITransaction
return void
 public TransactionBase(ActionManager am)
     : this()
 {
     ActionManager = am;
     if(am != null)
     {
         am.OpenTransaction(this);
     }
 }
 public TransactionBase(ActionManager am)
     : this()
 {
     ActionManager = am;
     if (am != null)
     {
         am.OpenTransaction(this);
     }
 }