|
|
@ -9,7 +9,7 @@ |
|
|
|
DataContext="{Binding Main,Source={StaticResource Locator}}" |
|
|
|
mc:Ignorable="d" |
|
|
|
Style="{StaticResource bwstyle}" |
|
|
|
Title="{Binding GlobalContext.User.Shop.Name,StringFormat=步步为盈 \{0\}}" Height="450" Width="800"> |
|
|
|
Title="{Binding GlobalContext.User.Shop.ShopName,StringFormat=步步为盈 \{0\}}" Height="450" Width="800"> |
|
|
|
<b:Interaction.Triggers> |
|
|
|
<b:EventTrigger EventName="Closing"> |
|
|
|
<b:InvokeCommandAction Command="{Binding ClosingCommand}" PassEventArgsToCommand="True"/> |
|
|
@ -25,7 +25,7 @@ |
|
|
|
<TextBlock Text="{Binding GlobalContext.User.Name}"/> |
|
|
|
<!--<TextBlock Text="{Binding GlobalContext.User.TeamName}" Margin="5,0,0,0"/> |
|
|
|
<TextBlock Text="{Binding GlobalContext.User.Shop.Platform}" Margin="5,0,0,0"/>--> |
|
|
|
<TextBlock Text="{Binding GlobalContext.User.Shop.Name}" Margin="5,0,0,0"/> |
|
|
|
<TextBlock Text="{Binding GlobalContext.User.Shop.ShopName}" Margin="5,0,0,0"/> |
|
|
|
<TextBlock Text="v10019" Margin="5,0,0,0"/> |
|
|
|
</StackPanel> |
|
|
|
</Border> |
|
|
|