2023-03-28 10:03:19 +03:00
|
|
|
|
global using ExcelDna.Integration;
|
|
|
|
|
global using Microsoft.Extensions.DependencyInjection;
|
|
|
|
|
global using Microsoft.Office.Interop.Excel;
|
2023-04-06 08:29:39 +03:00
|
|
|
|
global using RhSolutions.AddIn;
|
2023-03-28 10:36:36 +03:00
|
|
|
|
global using RhSolutions.Models;
|
2023-03-28 10:03:19 +03:00
|
|
|
|
global using RhSolutions.Services;
|
2023-04-06 08:29:39 +03:00
|
|
|
|
global using RhSolutions.Tools;
|
2023-03-28 10:36:36 +03:00
|
|
|
|
global using System;
|
|
|
|
|
global using System.Collections.Generic;
|
|
|
|
|
global using System.Linq;
|
2023-04-06 08:29:39 +03:00
|
|
|
|
global using Range = Microsoft.Office.Interop.Excel.Range;
|