예제 #1
0
 public void EvaluateStrategy(IScreenStrategy<InPuzzleGame> strategy)
 {
 }
예제 #2
0
 public Bitmap DoScr(IScreenStrategy strat, int w, int h, int x, int y)
 {
     return(strat.MakeScreen(w, h, x, y));
 }