示例#1
0
 protected void Secure()
 {
     LifeCycle.Secure();
 }
示例#2
0
 /// <summary>
 /// Secures this <c>Actor</c>.
 /// </summary>
 protected virtual void Secure()
 {
     LifeCycle.Secure();
 }