Viewing application/x-csharp


using System;
using System.Collections.Generic;

namespace Net.XpFramework.Runner
{
    class XpCli : BaseRunner
    {

        static void Main(string[] args)
        {
            Execute("class", "util.cmd.Runner", new string[] { }, args);
        }
    }
}

Download

You can download the file «XpCli.cs» by using this link.