SignUpView.xaml 375 B

123456789
  1. <Window xmlns="https://github.com/avaloniaui"
  2. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  3. xmlns:controls="using:Generators.Sandbox.Controls"
  4. x:Class="Generators.Sandbox.Views.SignUpView">
  5. <StackPanel Margin="10">
  6. <TextBlock Text="Sign Up" />
  7. <controls:SignUpView x:Name="SignUpControl" />
  8. </StackPanel>
  9. </Window>