コード例 #1
0
ファイル: Macro.cs プロジェクト: EligiusSantori/L2Apf.NET
        static void Main(string[] args)
        {
            NLog.LogManager.Configuration = new NLog.Config.XmlLoggingConfiguration("NLog.config");

            lsApi = new Server.Login.Api()
            {
                IsBackground = false
            };
            gsApi = new Server.Game.Api()
            {
                IsBackground = false,
                MoveInterval = 100
            };

            Setup(Parse(args));
        }
コード例 #2
0
ファイル: Macro.cs プロジェクト: EligiusSantori/L2Apf.NET
		static void Main(string[] args)
		{
			NLog.LogManager.Configuration = new NLog.Config.XmlLoggingConfiguration("NLog.config");

			lsApi = new Server.Login.Api()
			{
				IsBackground = false
			};
			gsApi = new Server.Game.Api()
			{
				IsBackground = false,
				MoveInterval = 100
			};

			Setup(Parse(args));
		}