Files

11 lines
406 B
Plaintext
Raw Permalink Normal View History

2026-02-23 16:55:06 +08:00
<Application x:Class="ScriptPad.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:ScriptPad"
Startup="Application_Startup"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>