Esempio n. 1
0
 protected override void StopCalc()
 {
     if (isCSDRegistred)
     {
         ChartCustomDraw.Unregister(this);
         isCSDRegistred = false;
     }
 }
 protected override void Destroy()
 {
     ChartCustomDraw.Unregister(this);
 }