샘플 SDK 최초 Commit
This commit is contained in:
14
test/Aptabase.WPF.Test/MainWindow.xaml
Normal file
14
test/Aptabase.WPF.Test/MainWindow.xaml
Normal file
@@ -0,0 +1,14 @@
|
||||
<Window x:Class="Aptabase.WPF.Test.MainWindow"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:local="clr-namespace:Aptabase.WPF.Test"
|
||||
mc:Ignorable="d"
|
||||
Title="MainWindow" Height="450" Width="800">
|
||||
<StackPanel HorizontalAlignment="Center" VerticalAlignment="Center">
|
||||
<Button Content="test_event" Margin="5" Click="TestEvent_Click"/>
|
||||
<Button Content="SuperApp/menu1" Margin="5" Click="Menu1_Click"/>
|
||||
<Button Content="SuperApp/menu2" Margin="5" Click="Menu2_Click"/>
|
||||
</StackPanel>
|
||||
</Window>
|
||||
Reference in New Issue
Block a user