2024-06-10 15:57:04 +02:00
|
|
|
<Application x:Class="bib_talk.App"
|
|
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
|
|
xmlns:local="clr-namespace:bib_talk"
|
2024-07-01 16:21:03 +02:00
|
|
|
StartupUri="UI/Login.xaml">
|
2024-06-10 15:57:04 +02:00
|
|
|
<Application.Resources>
|
|
|
|
|
|
|
|
</Application.Resources>
|
|
|
|
</Application>
|