diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2022-02-12 16:53:34 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2022-02-12 16:53:34 +0300 |
commit | 3feab7cf5f8755b4c05a6d57aece037947b16273 (patch) | |
tree | d0225ca4f1cd72363ad69935d3a1349848a6445c /src/AddIn/EventsUtil.cs | |
parent | 3224a8967e4b2252f25d12dcaaa7d2c4acc87875 (diff) |
Extract PriceListHeaders class
Diffstat (limited to 'src/AddIn/EventsUtil.cs')
-rw-r--r-- | src/AddIn/EventsUtil.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AddIn/EventsUtil.cs b/src/AddIn/EventsUtil.cs index 102e12e..bc8d1d3 100644 --- a/src/AddIn/EventsUtil.cs +++ b/src/AddIn/EventsUtil.cs @@ -4,7 +4,7 @@ namespace RehauSku { internal static class EventsUtil { - private static Application Excel = AddIn.Excel; + private static readonly Application Excel = AddIn.Excel; public static void Initialize() { |