コード例 #1
0
 public void Handle(ProjectLoaded message)
 {
     _conditions.TimeoutInSeconds = message.Project.TimeoutInSeconds;
     _binder.UpdateScreen();
 }
コード例 #2
0
 public void Refresh()
 {
     _binder.UpdateScreen();
     lifecycle.Content = _model.Lifecycle;
 }