Files
bluflame/intromat/Intromat/Views/SplashScreenWindow.xaml.cs
2026-04-18 22:31:51 +02:00

16 lines
302 B
C#

using System.Windows;
namespace Intromat.Views
{
/// <summary>
/// Interaction logic for SplashScreenWindow.xaml
/// </summary>
public partial class SplashScreenWindow : Window
{
public SplashScreenWindow()
{
InitializeComponent();
}
}
}