메소드 | 설명 | |
---|---|---|
GameModeListViewItemBase ( IGameModeDescriptor p_gmdGameModeInfo ) : System.Windows.Forms |
A simple constructor that initializes the object with the given dependencies.
|
|
ToString ( ) : string |
Uses the mode id to represent the game mode.
|
메소드 | 설명 | |
---|---|---|
GameModeListViewItemBase ( ) : System.Windows.Forms |
The default constructor. This constructor is not meant to be used, but it is required so the IDE designer can create controls that are derived from this class, and thus allow visual editing. |
public GameModeListViewItemBase ( IGameModeDescriptor p_gmdGameModeInfo ) : System.Windows.Forms | ||
p_gmdGameModeInfo | IGameModeDescriptor | The descriptor for the game mode to display in the item. |
리턴 | System.Windows.Forms |