EscribePassword/App.xaml

10 lines
375 B
Plaintext
Raw Permalink Normal View History

2024-06-15 06:24:07 -03:00
<Application x:Class="EscribePassword.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:EscribePassword"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>