suc-sgor
suc-sgor
## 🐛 Bug Report Following the tutorial the code has an error at this Line: `this.RegisterSetupType();` Changing it to `this.RegisterSetupType()` solves the problem. (setup.cs taken from https://github.com/MvvmCross/MvvmCross-Samples/blob/master/TipCalc/TipCalc.WPF/Setup.cs) ### Expected behavior...
## 🐛 Bug Report The following Attribute-Tags are not mentioned in the Tutorial (missing in TipView.xaml.cs) `[MvxContentPresentation]` `[MvxViewFor(typeof(TipViewModel))]` Without them there's only a white window visible. ### Expected behavior TipView...