public Restore(Restore child) { // Remember parameter _child = child; }
public Restore() { // Default state _child = null; }
public RestoreAutoHideState(Restore child, State state, Content content) : base(child, state, content) { }
public RestoreContentState(Restore child, State state, Content content) : base(child, content) { // Remember parameter _state = state; }