optimize(Configure.xaml.cs): remove unused namespaces

This commit is contained in:
leo 2020-07-21 13:57:10 +08:00
parent b1310a5fd0
commit 2409148869

View file

@ -1,18 +1,7 @@
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;
using System.Windows.Shapes;
namespace SourceGit.UI {