Exemplo n.º 1
0
 public Model(string name)
 {
     History   = "";
     Algorithm = new Algorithm();
     Name      = name;
 }
Exemplo n.º 2
0
 public Model(string name)
 {
     History = "";
     Algorithm = new Algorithm();
     Name = name;            
 }