3 * Created at ${TIME} ${DATE}
9 namespace TPCodeGenerator
13 public static void Main(string[] args
)
15 Console
.WriteLine("Generating tpproto-csharp code...");
16 // TODO: Add support for different languages (CSharp and VisualBasic)
17 Generator cg
= new Generator();
18 cg
.GenerateCode("protocol.xml", ".", Language
.CSharp
);
20 Console
.Write("Press any key to continue . . . ");
21 Console
.ReadKey(true);