File tree 2 files changed +2
-2
lines changed
src/UnoFileDownloader/UnoFileDownloader/Presentation 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11
11
xmlns : models =" using:UnoFileDownloader.Business.Models"
12
12
xmlns : converters =" using:UnoFileDownloader.Presentation.Converters"
13
13
mc : Ignorable =" d"
14
- Background =" {ThemeResource BackgroundBrush}" d : DataContext = " {d:DesignInstance local:BindableMainModel} " >
14
+ Background =" {ThemeResource BackgroundBrush}" >
15
15
16
16
<Page .Resources>
17
17
<Style x : Key =" TitleBarButtonStyle" BasedOn =" {StaticResource PrimaryButtonStyle}" TargetType =" Button" >
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ public MainPage()
13
13
DataContextChanged += MainPage_DataContextChanged ;
14
14
}
15
15
16
- public BindableMainModel ViewModel => ( BindableMainModel ) DataContext ;
16
+ private BindableMainModel ViewModel => ( BindableMainModel ) DataContext ;
17
17
18
18
private void MainPage_DataContextChanged ( FrameworkElement sender , DataContextChangedEventArgs args )
19
19
{
You can’t perform that action at this time.
0 commit comments