Exemple #1
0
 public Chart(string title, string model, Timecourse timecourse)
 {
     this.title      = title;
     this.model      = model;
     this.timecourse = timecourse;
 }
Exemple #2
0
 public Chart(string title, string model)
 {
     this.title      = title;
     this.model      = model;
     this.timecourse = new Timecourse();
 }