Esempio n. 1
0
 protected virtual void DoSessionEnd()
 {
     if (_Owner != null)
     {
         _Owner.SessionEnd(this);
     }
 }