Ejemplo n.º 1
0
 protected override void Dispose(bool disposing)
 {
     try
     {
         if (disposing)
         {
             if (_ListBoxTemplate != null)
             {
                 _ListBoxTemplate.Dispose();
                 _ListBoxTemplate = null;
             }
             if (DropDownControl != null)
             {
                 DropDownControl.Dispose();
                 DropDownControl = null;
             }
         }
     }
     finally
     {
         base.Dispose(disposing);
     }
 }