Caliburn.Micro: Binding Button in a Screen to a command in ScreenConductor
问题 I'm following this tutorial on Screen and ScreenConductors in Caliburn.Micro Framework. I'm using WPF, not Silverlight, and I have made the corresponding changes in App.xaml (using MergedDictionary for the Bootstrapper). The original Simple Navigation example has a shell with two buttons, and a content area where two possible screens are displayed, conducted by the ShellViewModel . Then I tried to move each button to its counterpart View, so that PageOne would have a button to take to PageTwo