1
0
mirror of https://github.com/chylex/Backup-Essentials.git synced 2024-10-16 23:42:45 +02:00
Backup-Essentials/BackupEssentials/TestingWindow.xaml.cs

9 lines
160 B
C#

using System.Windows;
namespace BackupEssentials{
public partial class TestingWindow : Window{
public TestingWindow(){
InitializeComponent();
}
}
}