示例#1
0
 public static void SaveToFile(Flow flow, string filename)
 {
     File.WriteAllText(filename, flow.Assembly());
 }