Exemplo n.º 1
0
        /// <summary>
        /// main function
        /// </summary>
        /// <param name="args"></param>
        public static void Main(string[] args)
        {
            TServer TheServer = new TServer();

            TheServer.Startup();
        }
Exemplo n.º 2
0
    /// <summary>
    /// main function
    /// </summary>
    /// <param name="args"></param>
    public static void Main(string[] args)
    {
        TServer TheServer = new TServer();

        TheServer.Startup();
    }