Files
WPF_Practice/PacticeSolution/MVVMCanvasRectangle/App.xaml
2023-06-21 13:31:29 +09:00

10 lines
383 B
XML

<Application x:Class="MVVMCanvasRectangle.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:MVVMCanvasRectangle"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>