Files
IPyConsole/IPy/App.xaml
2024-12-02 14:08:57 +08:00

11 lines
391 B
XML

<Application xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Class="IPy.App"
xmlns:local="clr-namespace:IPy"
Activated="App_Activated"
Deactivated="App_Deactivated">
<Application.Resources>
</Application.Resources>
</Application>