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