Refactoring
This commit is contained in:
parent
69865e96e3
commit
3224a8967e
@ -1,17 +1,15 @@
|
|||||||
using ExcelDna.Integration;
|
using Microsoft.Office.Interop.Excel;
|
||||||
using Microsoft.Office.Interop.Excel;
|
|
||||||
using RehauSku.Interface;
|
using RehauSku.Interface;
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using Application = Microsoft.Office.Interop.Excel.Application;
|
|
||||||
using ProgressBar = RehauSku.Interface.ProgressBar;
|
using ProgressBar = RehauSku.Interface.ProgressBar;
|
||||||
|
|
||||||
namespace RehauSku.PriceListTools
|
namespace RehauSku.PriceListTools
|
||||||
{
|
{
|
||||||
internal abstract class AbstractTool
|
internal abstract class AbstractTool
|
||||||
{
|
{
|
||||||
protected Application ExcelApp = (Application)ExcelDnaUtil.Application;
|
protected Application ExcelApp = AddIn.Excel;
|
||||||
protected TargetPriceList TargetFile { get; set; }
|
protected TargetPriceList TargetFile { get; set; }
|
||||||
protected ResultBar ResultBar { get; set; }
|
protected ResultBar ResultBar { get; set; }
|
||||||
protected ProgressBar ProgressBar { get; set; }
|
protected ProgressBar ProgressBar { get; set; }
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
using RehauSku.Interface;
|
using RehauSku.Interface;
|
||||||
using System;
|
|
||||||
|
|
||||||
namespace RehauSku.PriceListTools
|
namespace RehauSku.PriceListTools
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user