From 6b9c0dfffc3ecfcfb642f696250aee8e4ed6031b Mon Sep 17 00:00:00 2001 From: Serghei Cebotari Date: Tue, 10 Oct 2023 22:26:16 +0300 Subject: Move Modifiers to own project --- RhSolutions.QueryModifiers/ThreadElbowInternalModifier.cs | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 RhSolutions.QueryModifiers/ThreadElbowInternalModifier.cs (limited to 'RhSolutions.QueryModifiers/ThreadElbowInternalModifier.cs') diff --git a/RhSolutions.QueryModifiers/ThreadElbowInternalModifier.cs b/RhSolutions.QueryModifiers/ThreadElbowInternalModifier.cs new file mode 100644 index 0000000..88801e7 --- /dev/null +++ b/RhSolutions.QueryModifiers/ThreadElbowInternalModifier.cs @@ -0,0 +1,6 @@ +namespace RhSolutions.QueryModifiers; + +public class ThreadElbowInternalModifier : AdapterModifier +{ + protected override string name => "Угольник-переходник с внутренней резьбой"; +} -- cgit v1.2.3