diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2022-02-04 17:13:47 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2022-02-04 17:13:47 +0300 |
commit | cc96e1ebe7255c7278c70cef0f951103e9844487 (patch) | |
tree | 85f8c6573b5c162c21a0adc192560a4e53732f69 /src/Assistant | |
parent | 6e889419e2658a3a80fa00582314f1428f6052e5 (diff) |
Implement Enable/Disable tools buttons events
Diffstat (limited to 'src/Assistant')
-rw-r--r-- | src/Assistant/SkuExtensions.cs | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/Assistant/SkuExtensions.cs b/src/Assistant/SkuExtensions.cs deleted file mode 100644 index e39807b..0000000 --- a/src/Assistant/SkuExtensions.cs +++ /dev/null @@ -1,12 +0,0 @@ -using System.Text.RegularExpressions; - -namespace RehauSku.Assistant -{ - static class SkuExtensions - { - public static bool IsRehauSku(this string line) - { - return Regex.IsMatch(line, @"^[1]\d{6}[1]\d{3}$"); - } - } -}
\ No newline at end of file |