Exemple #1
0
 public Algorithm(string name, string comment, string fbType, AlgorithmLanguages language, string text)
 {
     Language = language;
     Text     = text;
     Name     = name;
     Comment  = comment;
     FBType   = fbType;
 }
Exemple #2
0
 public Algorithm(string name, string comment, string fbType, AlgorithmLanguages language, string text)
 {
     Language = language;
     Text = text;
     Name = name;
     Comment = comment;
     FBType = fbType;
 }