Exemple #1
0
 public Restore(Restore child)
 {
     // Remember parameter
     _child = child;
 }
Exemple #2
0
 public RestoreAutoHideState(Restore child, State state, Content content)
     : base(child, state, content)
 {
 }
Exemple #3
0
 public RestoreContentState(Restore child, State state, Content content)
     : base(child, content)
 {
     // Remember parameter
     _state = state;
 }
Exemple #4
0
 public Restore()
 {
     // Default state
     _child = null;
 }
Exemple #5
0
 public virtual Restore RecordRestore(Window w, object child, Restore childRestore)
 {
     return(null);
 }