Add Interface namespace
This commit is contained in:
parent
7e5020ec25
commit
06799119fb
@ -1,5 +1,5 @@
|
|||||||
using Microsoft.Win32;
|
using Microsoft.Win32;
|
||||||
using RehauSku.Forms;
|
using RehauSku.Interface;
|
||||||
using System;
|
using System;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
|
|
||||||
namespace RehauSku.Forms
|
namespace RehauSku.Interface
|
||||||
{
|
{
|
||||||
static class Dialog
|
static class Dialog
|
||||||
{
|
{
|
@ -1,11 +1,10 @@
|
|||||||
using ExcelDna.Integration.CustomUI;
|
using ExcelDna.Integration.CustomUI;
|
||||||
using RehauSku.Forms;
|
|
||||||
using RehauSku.PriceListTools;
|
using RehauSku.PriceListTools;
|
||||||
using System;
|
using System;
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
|
|
||||||
namespace RehauSku.Ribbon
|
namespace RehauSku.Interface
|
||||||
{
|
{
|
||||||
[ComVisible(true)]
|
[ComVisible(true)]
|
||||||
public class RibbonController : ExcelRibbon
|
public class RibbonController : ExcelRibbon
|
@ -25,7 +25,7 @@ namespace RehauSku.PriceListTools
|
|||||||
|
|
||||||
FilterByAmount();
|
FilterByAmount();
|
||||||
|
|
||||||
Forms.Dialog.SaveWorkbookAs();
|
Interface.Dialog.SaveWorkbookAs();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
using System;
|
using RehauSku.Interface;
|
||||||
|
using System;
|
||||||
|
|
||||||
namespace RehauSku.PriceListTools
|
namespace RehauSku.PriceListTools
|
||||||
{
|
{
|
||||||
@ -31,7 +32,7 @@ namespace RehauSku.PriceListTools
|
|||||||
|
|
||||||
FilterByAmount();
|
FilterByAmount();
|
||||||
|
|
||||||
Forms.Dialog.SaveWorkbookAs();
|
Dialog.SaveWorkbookAs();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -31,7 +31,7 @@ namespace RehauSku.PriceListTools
|
|||||||
|
|
||||||
FilterByAmount();
|
FilterByAmount();
|
||||||
|
|
||||||
Forms.Dialog.SaveWorkbookAs();
|
Interface.Dialog.SaveWorkbookAs();
|
||||||
}
|
}
|
||||||
|
|
||||||
private void GetSelected()
|
private void GetSelected()
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
using System.Collections.Generic;
|
using RehauSku.Interface;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
|
||||||
namespace RehauSku.PriceListTools
|
namespace RehauSku.PriceListTools
|
||||||
{
|
{
|
||||||
@ -16,7 +17,7 @@ namespace RehauSku.PriceListTools
|
|||||||
|
|
||||||
FilterByAmount();
|
FilterByAmount();
|
||||||
|
|
||||||
Forms.Dialog.SaveWorkbookAs();
|
Dialog.SaveWorkbookAs();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -115,7 +115,7 @@
|
|||||||
<Reference Include="WindowsBase" />
|
<Reference Include="WindowsBase" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Include="Forms\Dialog.cs" />
|
<Compile Include="Interface\Dialog.cs" />
|
||||||
<Compile Include="AddIn\RegistryUtil.cs" />
|
<Compile Include="AddIn\RegistryUtil.cs" />
|
||||||
<Compile Include="AddIn\MemoryCacheUtil.cs" />
|
<Compile Include="AddIn\MemoryCacheUtil.cs" />
|
||||||
<Compile Include="Assistant\ParseUtil.cs" />
|
<Compile Include="Assistant\ParseUtil.cs" />
|
||||||
@ -129,7 +129,7 @@
|
|||||||
<Compile Include="PriceListTools\PriceList.cs" />
|
<Compile Include="PriceListTools\PriceList.cs" />
|
||||||
<Compile Include="PriceListTools\Source.cs" />
|
<Compile Include="PriceListTools\Source.cs" />
|
||||||
<Compile Include="PriceListTools\Target.cs" />
|
<Compile Include="PriceListTools\Target.cs" />
|
||||||
<Compile Include="Ribbon\RibbonController.cs" />
|
<Compile Include="Interface\RibbonController.cs" />
|
||||||
<Compile Include="Assistant\HttpClientUtil.cs" />
|
<Compile Include="Assistant\HttpClientUtil.cs" />
|
||||||
<Compile Include="Assistant\StoreResponse.cs" />
|
<Compile Include="Assistant\StoreResponse.cs" />
|
||||||
<Compile Include="PriceListTools\ExportTool.cs" />
|
<Compile Include="PriceListTools\ExportTool.cs" />
|
||||||
|
Loading…
Reference in New Issue
Block a user