Du hast auf den Branch log-test-branch 2026-04-12 20:57:35 +00:00 gepusht
Neuer Pull-Request
Du hast auf den Branch anon-test2 2026-04-12 20:50:35 +00:00 gepusht
Neuer Pull-Request
Dateien
Soft-LTS/App.xaml
2026-04-12 17:22:31 +02:00

10 Zeilen
426 B
XML

<Application x:Class="PrinterMonitor.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:PrinterMonitor"
ShutdownMode="OnExplicitShutdown">
<Application.Resources>
<local:BoolToVisibilityConverter x:Key="BoolToVis"/>
</Application.Resources>
</Application>