mirror of
https://github.com/chylex/Backup-Essentials.git
synced 2024-09-14 09:42:50 +02:00
9 lines
160 B
C#
9 lines
160 B
C#
using System.Windows;
|
|
|
|
namespace BackupEssentials{
|
|
public partial class TestingWindow : Window{
|
|
public TestingWindow(){
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
} |