aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.EmbroideryUI/IEmbroideryMaterial.cs
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-08-14 13:11:32 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-08-14 13:11:32 +0300
commit0bf4df21349aa175405ad3b462d466a72363dee4 (patch)
tree486fd444e7a2f17586308a05fe2a2960cab608ad /Software/Visual_Studio/Tango.EmbroideryUI/IEmbroideryMaterial.cs
parent9c2939ac72bdb7501ce19236c60ab5f584247fb4 (diff)
downloadTango-0bf4df21349aa175405ad3b462d466a72363dee4.tar.gz
Tango-0bf4df21349aa175405ad3b462d466a72363dee4.zip
Reorganization of solution build paths !
Optimized production packages.
Diffstat (limited to 'Software/Visual_Studio/Tango.EmbroideryUI/IEmbroideryMaterial.cs')
-rw-r--r--Software/Visual_Studio/Tango.EmbroideryUI/IEmbroideryMaterial.cs15
1 files changed, 15 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.EmbroideryUI/IEmbroideryMaterial.cs b/Software/Visual_Studio/Tango.EmbroideryUI/IEmbroideryMaterial.cs
new file mode 100644
index 000000000..e1d304086
--- /dev/null
+++ b/Software/Visual_Studio/Tango.EmbroideryUI/IEmbroideryMaterial.cs
@@ -0,0 +1,15 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace Tango.EmbroideryUI
+{
+ public interface IEmbroideryMaterial
+ {
+ double Coefficient { get; }
+
+ String Name { get; }
+ }
+}