File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88using System . Windows . Threading ;
99using NETworkManager . Properties ;
1010using NETworkManager . Models . Profile ;
11+ using NETworkManager . Models . ImportExport ;
1112
1213namespace NETworkManager
1314{
Original file line number Diff line number Diff line change 2525using ContextMenu = System . Windows . Controls . ContextMenu ;
2626using DnsClient ;
2727using NETworkManager . Models . Profile ;
28+ using NETworkManager . Models . ImportExport ;
2829
2930namespace NETworkManager
3031{
Original file line number Diff line number Diff line change 22using System . IO . Compression ;
33using System . IO ;
44using NETworkManager . Models . Profile ;
5+ using NETworkManager . Models . Settings ;
56
6- namespace NETworkManager . Models . Settings
7+ namespace NETworkManager . Models . ImportExport
78{
89 public class ImportExportManager
910 {
Original file line number Diff line number Diff line change 11using System ;
22
3- namespace NETworkManager . Models . Settings
3+ namespace NETworkManager . Models . ImportExport
44{
55 public class ImportFileNotValidException : Exception
66 {
Original file line number Diff line number Diff line change 10401040 <Compile Include =" Models\Lookup\PortLookup.cs" />
10411041 <Compile Include =" Models\Lookup\OUILookup.cs" />
10421042 <Compile Include =" Models\Network\PortScanner.cs" />
1043- <Compile Include =" Models\Settings \ImportExportManager.cs" />
1044- <Compile Include =" Models\Settings \ImportFileNotValidException.cs" />
1043+ <Compile Include =" Models\ImportExport \ImportExportManager.cs" />
1044+ <Compile Include =" Models\ImportExport \ImportFileNotValidException.cs" />
10451045 <Compile Include =" Models\Settings\SettingsFileInfo.cs" />
10461046 <Compile Include =" Validators\FileExistsValidator.cs" />
10471047 <Compile Include =" Validators\PortRangeValidator.cs" />
Original file line number Diff line number Diff line change 33using System . IO ;
44using System . Windows . Input ;
55using MahApps . Metro . Controls . Dialogs ;
6+ using NETworkManager . Models . ImportExport ;
67using NETworkManager . Models . Profile ;
78using NETworkManager . Models . Settings ;
89using NETworkManager . Utilities ;
You can’t perform that action at this time.
0 commit comments