public void SetBooksInfo(BooksInfo info) { tbBooksCount.Text = info.BooksCount.ToString(); tbLinesCount.Text = info.TotalLinesCount.ToString(); tbChars.Text = info.Chars; }