コード例 #1
0
ファイル: SpiderViewModel.cs プロジェクト: ricksladkey/Spider
 private void SetAlgorithm(AlgorithmViewModel algorithm)
 {
     AlgorithmType = algorithm.Value;
     Game = new Game(Variation, AlgorithmType);
     RefreshAlgorithms();
     ResetUndoAndRefresh();
 }