aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/DesktopWidgetAttribute.cs
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-04-16 14:18:02 -0400
committerMichael <[email protected]>2017-04-16 14:18:02 -0400
commit5cb49f332856ac312e8840ec04c7869b892d4dd4 (patch)
tree30ffc6a06cefd0f964e86461407e79a933003204 /ShiftOS.WinForms/DesktopWidgetAttribute.cs
parent538f99faf7b381717079ea700d4f2e6e908537ea (diff)
downloadshiftos_thereturn-5cb49f332856ac312e8840ec04c7869b892d4dd4.tar.gz
shiftos_thereturn-5cb49f332856ac312e8840ec04c7869b892d4dd4.tar.bz2
shiftos_thereturn-5cb49f332856ac312e8840ec04c7869b892d4dd4.zip
Store widget locations in file
Diffstat (limited to 'ShiftOS.WinForms/DesktopWidgetAttribute.cs')
-rw-r--r--ShiftOS.WinForms/DesktopWidgetAttribute.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/DesktopWidgetAttribute.cs b/ShiftOS.WinForms/DesktopWidgetAttribute.cs
index 28d50ac..8d3706f 100644
--- a/ShiftOS.WinForms/DesktopWidgetAttribute.cs
+++ b/ShiftOS.WinForms/DesktopWidgetAttribute.cs
@@ -17,5 +17,10 @@ namespace ShiftOS.WinForms
Name = n;
Description = desc;
}
+
+ public override string ToString()
+ {
+ return this.Name + "_" + Description;
+ }
}
}