コード例 #1
0
ファイル: GraphInput.cs プロジェクト: eniac/FDP
 public void ClearPlot()
 {
     for (int i = 0; i < gInfo.nCurves; i++)
     {
         graph.ClearPlot((Global.GraphType)i);
     }
 }