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