Example #1
0
        public void Run(PsSettings setting)
        {
            this.setting = setting;

            this.pacGenerator = new Lib.Nets.PacGenerator();
            this.pacGenerator.Run();

            // let serverTracker handle this
            // Reload();
        }
Example #2
0
        public void Run(
            VgcApis.Models.IUtils vgcUtils,
            PsSettings setting)
        {
            this.vgcUtils = vgcUtils;
            this.setting  = setting;

            this.pacGenerator = new Lib.Nets.PacGenerator();
            this.pacGenerator.Run(vgcUtils);

            // let serverTracker handle this
            // Reload();
        }