Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

17 řádky
720 B

  1. <Window
  2. x:Class="HKCardOUT.Views.AdWindow"
  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:hc="https://handyorg.github.io/handycontrol"
  7. xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
  8. xmlns:view2="clr-namespace:Microsoft.Web.WebView2.Wpf;assembly=Microsoft.Web.WebView2.Wpf"
  9. xmlns:viewModels="clr-namespace:HKCardOUT.ViewModels"
  10. d:DataContext="{d:DesignInstance Type=viewModels:AdWindowViewModel}"
  11. WindowStyle="None"
  12. mc:Ignorable="d">
  13. <Grid>
  14. <view2:WebView2 x:Name="view2" />
  15. </Grid>
  16. </Window>