public LogServe() { this.cancellationTokenSource = new CancellationTokenSource(); this.Table = new List <string>(); this.interval = 1; this._Serve = new Ga_mapBLL(); }