コード例 #1
0
        void renameBtn_ButtonClicked(MyGuiControlButton obj)
        {
            var textForm = (MyGuiControlTextbox)m_infoPage.Controls.GetControlByName("RenameShipText");

            m_grid.ChangeDisplayNameRequest(textForm.Text);
        }