Example #1
0
 public Model(string name)
 {
     History   = "";
     Algorithm = new Algorithm();
     Name      = name;
 }
Example #2
0
 public Model(string name)
 {
     History = "";
     Algorithm = new Algorithm();
     Name = name;            
 }