Esempio n. 1
0
        static void Main(string[] args)
        {
            App.Inst.Init();
            App.Inst.AddDll(DLLType.Frame, typeof(App).Assembly);
            App.Inst.AddDll(DLLType.Module, DllHelper.GetClientModuleAssembly());

            App.Inst.AddComponent <ServerManager>();
            App.Inst.Run();
        }