Notes
1using System;
2using System.Collections.Generic;
3using System.Configuration;
4using System.Data;
5using System.Linq;
6using System.Threading.Tasks;
7using System.Windows;
8
9namespace View
10{
11/// <summary>
12/// Interaction logic for App.xaml
13/// </summary>
14public partial class App : Application
15{
16}
17}
18