From cc96e1ebe7255c7278c70cef0f951103e9844487 Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Fri, 4 Feb 2022 17:13:47 +0300 Subject: Implement Enable/Disable tools buttons events --- src/Assistant/SkuExtensions.cs | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 src/Assistant/SkuExtensions.cs (limited to 'src/Assistant') 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 -- cgit v1.2.3