12 lines
431 B
XML
12 lines
431 B
XML
<Application x:Class="MafiaGame.App"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:local="clr-namespace:MafiaGame"
|
|
Startup="App_OnStartup"
|
|
Exit="App_OnExit"
|
|
StartupUri="MainWindow.xaml">
|
|
<Application.Resources>
|
|
|
|
</Application.Resources>
|
|
</Application>
|