コード例 #1
0
 public DocumentModel()
 {
     Commands         = new DocumentCommandModel[0];
     AvailiableStates = new Dictionary <string, string> {
     };
     HistoryModel     = new DocumentHistoryModel();
 }
コード例 #2
0
ファイル: DocumentModel.cs プロジェクト: kanpinar/unity3.1th
 public DocumentModel ()
 {
     Commands = new DocumentCommandModel[0];
     AvailiableStates = new Dictionary<string, string>{};
     HistoryModel = new DocumentHistoryModel();
 }