4-Graphics_Animation/12-形状画刷和变换-1矩形和椭圆/App.xaml

10 lines
429 B
Plaintext
Raw Normal View History

2025-01-13 22:56:41 +08:00
<Application x:Class="_12_形状画刷和变换_1矩形和椭圆.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:_12_形状画刷和变换_1矩形和椭圆"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>