Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Template_模板方法模式
Example_1
Cricket
C# Class Template_模板方法模式.Example_1.Cricket
Inheritance:
Template_模板方法模式.Example_1.Game
Mostra file
Open project: oopxiajun/designMode
Public Methods
Method
Description
EndPlay
( ) :
void
Initialize
( ) :
void
StartPlay
( ) :
void
Method Details
EndPlay()
public
method
public
EndPlay
( ) :
void
return
void
Initialize()
public
method
public
Initialize
( ) :
void
return
void
StartPlay()
public
method
public
StartPlay
( ) :
void
return
void