Files
cs2_united/cs2_chs/MainWindow.xaml
世元 李 12a37bfb12 first test
2020-03-11 19:17:00 +08:00

13 lines
511 B
XML

<Window x:Class="cs2_chs.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:cs2_chs"
mc:Ignorable="d"
Title="MainWindow" Height="150" Width="450" ResizeMode="NoResize">
<Grid>
</Grid>
</Window>