protected void ExportALLPNG(object sender, EventArgs e) { string path = ExportController.ExportALL(fcfs, sjf, rr, ".png", SchedulerCombobox, escalonadPlot); plot.ExportPNG(path + "Entrada.png"); }
private static void ExportTo(int index, string path, string name, string extension, ComboBox box, PlotInterface @interface) { box.Active = index; @interface.ExportPNG(path + name + extension); }