예제 #1
0
파일: FbSmvCommon.cs 프로젝트: vi34/fb2smv
 public static string SmvModuleDeclaration(IEnumerable <Event> events, IEnumerable <Variable> variables, string fbTypeName)
 {
     return(String.Format(Smv.ModuleDef, fbTypeName, FbSmvCommon.ModuleParametersString(events, variables)));
 }