QQGroupQrCode.xaml 712 B

1234567891011121314
  1. <UserControl
  2. x:Class="NTMiner.MinerStudio.Views.Ucs.QQGroupQrCode"
  3. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  4. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  5. xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
  6. xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
  7. xmlns:sys="clr-namespace:System;assembly=mscorlib"
  8. xmlns:vm="clr-namespace:NTMiner.MinerStudio.Vms;assembly=AppModels"
  9. d:DataContext="{d:DesignData Source=../Design/QQGroupQrCodeViewModel.xaml}"
  10. mc:Ignorable="d" d:DesignHeight="320" d:DesignWidth="280">
  11. <Grid>
  12. <Image Source="{Binding QQGroupQrCodeUrl}"></Image>
  13. </Grid>
  14. </UserControl>