コード例 #1
0
 /// <summary>
 /// Changes the UI to indicate that an installation path for the game mode has been selected.
 /// </summary>
 protected void DisplayFinalUI()
 {
     m_booAcceptedPath = true;
     SetVisiblePanel(pnlSet);
     lblFinalPath.Text = Discoverer.GetFinalPath(GameMode.ModeId);
 }