Beispiel #1
0
 public Restore(Restore child)
 {
     // Remember parameter
     _child = child;
 }
Beispiel #2
0
 public Restore()
 {
     // Default state
     _child = null;
 }
Beispiel #3
0
 public RestoreAutoHideState(Restore child, State state, Content content)
     : base(child, state, content)
 {
 }
Beispiel #4
0
 public RestoreContentState(Restore child, State state, Content content)
     : base(child, content)
 {
     // Remember parameter
     _state = state;
 }