Esempio n. 1
0
 private void DrawExtrema()
 {
     foreach (var curve in curves)
     {
         MainCanvas.DrawExtrema(curve);
     }
 }