|
@@ -1,10 +1,10 @@
|
|
|
// https://github.com/microsoft/microsoft-ui-xaml/issues/931
|
|
// https://github.com/microsoft/microsoft-ui-xaml/issues/931
|
|
|
namespace NatTypeTester.Views;
|
|
namespace NatTypeTester.Views;
|
|
|
|
|
|
|
|
-internal abstract class MainReactivePage : ReactivePage<MainWindowViewModel> { }
|
|
|
|
|
|
|
+internal abstract class MainReactivePage : ReactivePage<MainWindowViewModel>;
|
|
|
|
|
|
|
|
-internal abstract class SettingReactivePage : ReactivePage<SettingViewModel> { }
|
|
|
|
|
|
|
+internal abstract class SettingReactivePage : ReactivePage<SettingViewModel>;
|
|
|
|
|
|
|
|
-internal abstract class RFC5780ReactivePage : ReactivePage<RFC5780ViewModel> { }
|
|
|
|
|
|
|
+internal abstract class RFC5780ReactivePage : ReactivePage<RFC5780ViewModel>;
|
|
|
|
|
|
|
|
-internal abstract class RFC3489ReactivePage : ReactivePage<RFC3489ViewModel> { }
|
|
|
|
|
|
|
+internal abstract class RFC3489ReactivePage : ReactivePage<RFC3489ViewModel>;
|