示例#1
0
 public PartViewModel(FormattingProvider formattingProvider, DocumentState documentState)
 {
     _formattingProvider = formattingProvider;
     _documentState = documentState;
 }
示例#2
0
 public PartViewModel(FormattingProvider formattingProvider, DocumentState documentState)
 {
     _formattingProvider = formattingProvider;
     _documentState      = documentState;
 }