Exemplo n.º 1
0
 public GameView(Context context, IAttributeSet attrs, int defStyle) :
     base(context, attrs, defStyle)
 {
     InitGameView();
     mReDrawHandler = new Refresh(this);
 }
Exemplo n.º 2
0
 public GameView(Context context, IAttributeSet attrs, int defStyle)
     : base(context, attrs, defStyle)
 {
     InitGameView ();
     mReDrawHandler = new Refresh (this);
 }