Exemplo n.º 1
0
        public static void Main(string[] args)
        {
            XmlConfigurator.Configure();

            OpenInventory_Main theServer = new OpenInventory_Main();
            theServer.Startup();

            theServer.Work();
        }
Exemplo n.º 2
0
        public static void Main(string[] args)
        {
            XmlConfigurator.Configure();

            OpenInventory_Main theServer = new OpenInventory_Main();

            theServer.Startup();

            theServer.Work();
        }