Inheritance: IActionHistory
コード例 #1
0
 public ActionManager()
 {
     History = new SimpleHistory();
 }
コード例 #2
0
ファイル: ActionManager.cs プロジェクト: Spharah/Warewolf-ESB
 public ActionManager()
 {
     History = new SimpleHistory();
 }