Пример #1
0
 /// <summary>
 /// Called by the Environment when the user log's off
 /// </summary>
 public override void Close()
 {
     if (_myUserControl != null)
     {
         _myUserControl.Dispose();
     }
     _myUserControl = null;
 }