diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2021-12-08 14:45:14 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2021-12-08 14:45:14 +0300 |
commit | dc1fc8b221e9324fe0f82c4ea4a32d87d282bd25 (patch) | |
tree | fc5f6700861396f267b063be4412d1778c8f1227 /Source/Assistant/SkuAssist.cs | |
parent | 8a869e73fb1873b1f85203b7a4a18dc8a2325a11 (diff) |
refactoring namespaces
Diffstat (limited to 'Source/Assistant/SkuAssist.cs')
-rw-r--r-- | Source/Assistant/SkuAssist.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Assistant/SkuAssist.cs b/Source/Assistant/SkuAssist.cs index 775a33c..eddb0cd 100644 --- a/Source/Assistant/SkuAssist.cs +++ b/Source/Assistant/SkuAssist.cs @@ -9,7 +9,7 @@ using System.Text.RegularExpressions; using System.Threading.Tasks; using System.Windows.Forms; -namespace RehauSku.Assist +namespace RehauSku.Assistant { public enum ProductField { |