public DevFrame(IStore<TimeMachineState> store) { var timeMachineView = new TimeMachine(); timeMachineView.TimeMachineStore = store; Content = timeMachineView; BackgroundColor = Color.FromRgb(245, 245, 245); }
public DevFrame(IStore <TimeMachineState> store) { var timeMachineView = new TimeMachine(); timeMachineView.TimeMachineStore = store; Content = timeMachineView; BackgroundColor = Color.FromRgb(245, 245, 245); }