diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2022-12-20 12:27:47 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2022-12-20 12:27:47 +0300 |
commit | 73569a43644309d0342817580bcfd86c1face5b8 (patch) | |
tree | f3c6e15db82130b02ec8c3fa1b64674e6a9cf48d /src/PriceListTools/PriceListBase.cs | |
parent | 3d186c22e8665b80839495fdcf4b176c2f3e03b9 (diff) |
Namespace refactoring
Diffstat (limited to 'src/PriceListTools/PriceListBase.cs')
-rw-r--r-- | src/PriceListTools/PriceListBase.cs | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/PriceListTools/PriceListBase.cs b/src/PriceListTools/PriceListBase.cs deleted file mode 100644 index 805cd04..0000000 --- a/src/PriceListTools/PriceListBase.cs +++ /dev/null @@ -1,15 +0,0 @@ -using Microsoft.Office.Interop.Excel; - -namespace RhSolutions.PriceListTools -{ - internal abstract class PriceListBase - { - public Range AmountCell { get; protected set; } - public Range SkuCell { get; protected set; } - public Range GroupCell { get; protected set; } - public Range NameCell { get; protected set; } - - public Worksheet Sheet { get; protected set; } - public string Name { get; protected set; } - } -}
\ No newline at end of file |