File tree Expand file tree Collapse file tree 3 files changed +8
-13
lines changed Expand file tree Collapse file tree 3 files changed +8
-13
lines changed Original file line number Diff line number Diff line change 43
43
<Run Text =" 图标?" />
44
44
</pc : MyButton >
45
45
46
- <!-- < pc:MyLoading
46
+ <pc : MyLoading
47
47
Height =" 150"
48
48
Name =" TestLoading"
49
- Width="150" />-->
49
+ Width =" 150" />
50
50
<pc : MyButton
51
51
Command =" {Binding NavigateToDownloadModCommand}"
52
52
Height =" 50"
Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ public HomeSubView()
20
20
21
21
private void Button_OnClick ( object ? sender , RoutedEventArgs e )
22
22
{
23
- // this.TestLoading.State = MyLoading.LoadingState.Loading;
23
+ this . TestLoading . State = MyLoading . LoadingState . Loading ;
24
24
}
25
25
26
26
private void Button2_OnClick ( object ? sender , RoutedEventArgs e )
27
27
{
28
- // this.TestLoading.State = MyLoading.LoadingState.Error;
28
+ this . TestLoading . State = MyLoading . LoadingState . Error ;
29
29
}
30
30
}
Original file line number Diff line number Diff line change 186
186
<!-- 内容区 - 可以放新闻或游戏信息 -->
187
187
<ScrollViewer Grid.Row=" 1" >
188
188
<StackPanel Spacing =" 15" >
189
- <!-- 游戏版本卡片 -->
190
- <!-- < Border Background="{DynamicResource SystemControlBackgroundAltHighBrush}"
189
+ <!-- 游戏版本卡片-->
190
+ <Border Background =" {DynamicResource SystemControlBackgroundAltHighBrush}"
191
191
CornerRadius =" 6"
192
192
Padding =" 15" >
193
193
<Grid >
214
214
</Grid >
215
215
</Border >
216
216
217
- --> <!-- 内存设置卡片 --><!--
217
+ <!-- 内存设置卡片-->
218
218
<Border Background =" {DynamicResource SystemControlBackgroundAltHighBrush}"
219
219
CornerRadius =" 6"
220
220
Padding =" 15" >
249
249
FontWeight =" SemiBold" />
250
250
</Grid >
251
251
</Grid >
252
- </Border>-->
252
+ </Border >
253
253
<Border Background =" {DynamicResource SystemControlBackgroundAltHighBrush}"
254
254
CornerRadius =" 6"
255
255
Padding =" 15" >
280
280
HorizontalAlignment =" Stretch"
281
281
Height =" 20" Width =" 20"
282
282
Source =" {Binding ShowImageBitmap}" />
283
- <pc : MyButton Content =" Test"
284
- Width =" 80" Height =" 40"
285
- HorizontalAlignment =" Center"
286
- VerticalAlignment =" Bottom"
287
- Command =" {Binding TestButtonAniCommand}" />
288
283
289
284
</Grid >
290
285
</Border >
You can’t perform that action at this time.
0 commit comments