Viewing application/x-csharp
using System;
using System.Collections.Generic;
namespace Net.XpFramework.Runner
{
class Cgen : BaseRunner
{
static void Main(string[] args)
{
Execute("class", "util.cmd.Runner", new string[] { }, args);
}
}
}
|
Download
You can download the file
«Cgen.cs»
by using
this link.
|