public static void Main() { // InnerMessage.proto生成cs代码 InnerProto2CS.Proto2CS(); Console.WriteLine("proto2cs succeed!"); }
public static void Main(string[] args) { // InnerMessage.proto生成cs代码 InnerProto2CS.Proto2CS(); Console.WriteLine("proto2cs succeed!"); if (args.Length > 0 && args[0] == "cmdline") { return; } Console.ReadKey(); }
public static void Export() { // InnerMessage.proto生成cs代码 InnerProto2CS.Proto2CS(); Log.Console("proto2cs succeed!"); }