Example #1
0
 protected override void OnRelease()
 {
     base.OnRelease();
     Current = null;
 }
Example #2
0
 protected override void OnInitialize(Authentication authentication)
 {
     base.OnInitialize(authentication);
     Current = this;
 }