Beispiel #1
0
 protected void Dispose(bool disposing)
 {
     if (disposing)
     {
         if (_dropDown != null)
         {
             Visible = false;
             _dropDown.Dispose();
             _dropDown = null;
         }
     }
 }