Example #1
0
 public void ChangeState(DocumentState state)
 {
     State = state;
 }
Example #2
0
 public MyDocument(DocumentState state)
 {
     State = state;
 }