Add Usings
This commit is contained in:
parent
de2f7f43ec
commit
2280b49ae1
@ -1,7 +1,5 @@
|
|||||||
using ExcelDna.Integration;
|
namespace RhSolutions.AddIn;
|
||||||
|
|
||||||
namespace RhSolutions.AddIn
|
|
||||||
{
|
|
||||||
public static class ResetBarFunction
|
public static class ResetBarFunction
|
||||||
{
|
{
|
||||||
[ExcelFunction]
|
[ExcelFunction]
|
||||||
@ -10,4 +8,3 @@ namespace RhSolutions.AddIn
|
|||||||
RhSolutionsAddIn.Excel.StatusBar = false;
|
RhSolutionsAddIn.Excel.StatusBar = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
@ -1,13 +1,8 @@
|
|||||||
using ExcelDna.Integration;
|
using ExcelDna.IntelliSense;
|
||||||
using ExcelDna.IntelliSense;
|
|
||||||
using Microsoft.Extensions.DependencyInjection;
|
|
||||||
using Microsoft.Office.Interop.Excel;
|
|
||||||
using RhSolutions.Services;
|
|
||||||
using System;
|
|
||||||
using System.Net;
|
using System.Net;
|
||||||
|
|
||||||
namespace RhSolutions.AddIn
|
namespace RhSolutions.AddIn;
|
||||||
{
|
|
||||||
public sealed class RhSolutionsAddIn : IExcelAddIn
|
public sealed class RhSolutionsAddIn : IExcelAddIn
|
||||||
{
|
{
|
||||||
public static Application Excel { get; private set; }
|
public static Application Excel { get; private set; }
|
||||||
@ -40,4 +35,3 @@ namespace RhSolutions.AddIn
|
|||||||
EventsUtil.Uninitialize();
|
EventsUtil.Uninitialize();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
5
RhSolutions.AddIn/Usings.cs
Normal file
5
RhSolutions.AddIn/Usings.cs
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
global using ExcelDna.Integration;
|
||||||
|
global using Microsoft.Extensions.DependencyInjection;
|
||||||
|
global using Microsoft.Office.Interop.Excel;
|
||||||
|
global using RhSolutions.Services;
|
||||||
|
global using System;
|
Loading…
Reference in New Issue
Block a user