Пример #1
0
 public DevFrame(IStore<TimeMachineState> store)
 {
     var timeMachineView = new TimeMachine();
     timeMachineView.TimeMachineStore = store;
     Content = timeMachineView;
     BackgroundColor = Color.FromRgb(245, 245, 245);
 }
Пример #2
0
        public DevFrame(IStore <TimeMachineState> store)
        {
            var timeMachineView = new TimeMachine();

            timeMachineView.TimeMachineStore = store;
            Content         = timeMachineView;
            BackgroundColor = Color.FromRgb(245, 245, 245);
        }