private void _board_ShowError(string text, string caption) { //var status = string.Format(_game.Direction // ? "Ход чёрных ({0})..." // : "Ход белых ({0})...", text.ToLower().TrimEnd('!')); UpdateStatusText(_game.ToString()); //MessageBox.Show(this, text, caption, MessageBoxButtons.OK, MessageBoxIcon.Error); }