Ejemplo n.º 1
0
 void DestroyWorkAreaControl()
 {
     if (workAreaControl != null)
     {
         workAreaControl.Destroy();
         workAreaControl.Dispose();
         workAreaControl = null;
     }
 }