예제 #1
0
 private static string SetPlatform(string template, Platform platform)
 {
     return template.Replace("$PLATFORM$", platform.ToConfig());
 }