예제 #1
0
 private void Initialize(int aiZahl, int width, int height, char aiPlayer)
 {
     AI = (Logik.AI.AbstractAI)Activator.CreateInstance(AITypes[aiZahl], new object[] { width, height, aiPlayer });
 }
예제 #2
0
 private void Initialize(int aiZahl, int width, int height, char aiPlayer)
 {
     AI = (Logik.AI.AbstractAI)Activator.CreateInstance(AITypes[aiZahl], new object[] { width, height, aiPlayer });
 }