Exemple #1
0
 public DocumentModel()
 {
     Commands         = new DocumentCommandModel[0];
     AvailiableStates = new Dictionary <string, string> {
     };
     HistoryModel     = new DocumentHistoryModel();
 }
Exemple #2
0
 public DocumentModel()
 {
     Commands = new Dictionary<string, string>{};
     AvailiableStates = new Dictionary<string, string>{};
     HistoryModel = new DocumentHistoryModel();
 }