private void RefreshStatistics() { List <string> data = StaticTreeClass.GetDatabaseStatistics(dbReg); rtbInfo.Clear(); info.Clear(); info.Append(pre); foreach (string str in data) { this.AddLine(str); } this.Set(); this.SetTitle("Statistics for " + dbReg.Alias); }