12 lines
417 B
C#
12 lines
417 B
C#
global using ExcelDna.Integration;
|
|
global using Microsoft.Extensions.DependencyInjection;
|
|
global using Microsoft.Office.Interop.Excel;
|
|
global using RhSolutions.AddIn;
|
|
global using RhSolutions.Models;
|
|
global using RhSolutions.Services;
|
|
global using RhSolutions.Tools;
|
|
global using System;
|
|
global using System.Collections.Generic;
|
|
global using System.Linq;
|
|
global using Range = Microsoft.Office.Interop.Excel.Range;
|