Ejemplo n.º 1
0
 public void ChangeState(DocumentState state)
 {
     State = state;
 }
Ejemplo n.º 2
0
 public MyDocument(DocumentState state)
 {
     State = state;
 }