Esempio n. 1
0
 protected void addToPlot(Collectible collectible, Spud <double> spud, string plotName, Color color, string pane)
 {
     bridge.addToPlot(collectible, new PlotDefinition(spud, plotName, color, pane));
 }