You've already forked IPyConsole
mirror of
https://github.com/izzy2lost/IPyConsole.git
synced 2026-03-10 11:52:51 -07:00
11 lines
391 B
XML
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>
|