Refactoring
This commit is contained in:
parent
73569a4364
commit
6137433aef
@ -3,9 +3,8 @@ using ExcelDna.IntelliSense;
|
|||||||
using Microsoft.Office.Interop.Excel;
|
using Microsoft.Office.Interop.Excel;
|
||||||
using RhSolutions.Services;
|
using RhSolutions.Services;
|
||||||
using System.Net.Http;
|
using System.Net.Http;
|
||||||
using System.Runtime.Caching;
|
|
||||||
|
|
||||||
namespace RhSolutions
|
namespace RhSolutions.AddIn
|
||||||
{
|
{
|
||||||
class RhSolutionsAddIn : IExcelAddIn
|
class RhSolutionsAddIn : IExcelAddIn
|
||||||
{
|
{
|
@ -1,7 +1,7 @@
|
|||||||
using ExcelDna.Integration;
|
using ExcelDna.Integration;
|
||||||
using System;
|
using RhSolutions.Services;
|
||||||
|
|
||||||
namespace RhSolutions.Services
|
namespace RhSolutions.AddIn
|
||||||
{
|
{
|
||||||
public class Functions
|
public class Functions
|
||||||
{
|
{
|
@ -1,5 +1,6 @@
|
|||||||
using ExcelDna.Integration.CustomUI;
|
using ExcelDna.Integration.CustomUI;
|
||||||
using Microsoft.Office.Interop.Excel;
|
using Microsoft.Office.Interop.Excel;
|
||||||
|
using RhSolutions.AddIn;
|
||||||
using RhSolutions.Services;
|
using RhSolutions.Services;
|
||||||
using System;
|
using System;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
using Microsoft.Office.Interop.Excel;
|
using Microsoft.Office.Interop.Excel;
|
||||||
|
using RhSolutions.AddIn;
|
||||||
using RhSolutions.Models;
|
using RhSolutions.Models;
|
||||||
using RhSolutions.Services;
|
using RhSolutions.Services;
|
||||||
using System;
|
using System;
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
using ExcelDna.Integration;
|
using ExcelDna.Integration;
|
||||||
using Microsoft.Office.Interop.Excel;
|
using Microsoft.Office.Interop.Excel;
|
||||||
|
using RhSolutions.AddIn;
|
||||||
using System;
|
using System;
|
||||||
using System.Threading;
|
using System.Threading;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
|
@ -97,8 +97,8 @@
|
|||||||
<Compile Include="Models\TargetPriceList.cs" />
|
<Compile Include="Models\TargetPriceList.cs" />
|
||||||
<Compile Include="Controllers\RibbonController.cs" />
|
<Compile Include="Controllers\RibbonController.cs" />
|
||||||
<Compile Include="Controllers\ExportTool.cs" />
|
<Compile Include="Controllers\ExportTool.cs" />
|
||||||
<Compile Include="AddIn.cs" />
|
<Compile Include="AddIn\AddIn.cs" />
|
||||||
<Compile Include="Services\Functions.cs" />
|
<Compile Include="AddIn\Functions.cs" />
|
||||||
<Compile Include="Models\WorksheetExtensions.cs" />
|
<Compile Include="Models\WorksheetExtensions.cs" />
|
||||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
using Microsoft.Office.Interop.Excel;
|
using Microsoft.Office.Interop.Excel;
|
||||||
|
using RhSolutions.AddIn;
|
||||||
using RhSolutions.Controllers;
|
using RhSolutions.Controllers;
|
||||||
|
|
||||||
namespace RhSolutions.Services
|
namespace RhSolutions.Services
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
using Newtonsoft.Json;
|
using Newtonsoft.Json;
|
||||||
|
using RhSolutions.AddIn;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Net;
|
using System.Net;
|
||||||
|
Loading…
Reference in New Issue
Block a user