Example #1
0
 public virtual void SetUpCanvas()
 {
     canvas = new PageCanvas(game, this.GetType().Name);
     canvas.Initialize();
 }