Esempio n. 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 });
 }
Esempio n. 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 });
 }