Exemplo n.º 1
0
        private void convertToUI(char[,] layout, char result)
        {
            string UI = server.GetChessLayoutStr();

            this.textBox1.Text = UI + "\r\n 局势:" + result;
        }