예제 #1
0
파일: Basic.cs 프로젝트: vi34/fb2smv
 public Algorithm(string name, string comment, string fbType, AlgorithmLanguages language, string text)
 {
     Language = language;
     Text     = text;
     Name     = name;
     Comment  = comment;
     FBType   = fbType;
 }
예제 #2
0
파일: Basic.cs 프로젝트: hermixy/fb2smv
 public Algorithm(string name, string comment, string fbType, AlgorithmLanguages language, string text)
 {
     Language = language;
     Text = text;
     Name = name;
     Comment = comment;
     FBType = fbType;
 }