diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-04-23 19:56:48 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-04-23 19:56:48 +0300 |
| commit | 8046598cb1439b66a8d6e556a61b715fc859a6b0 (patch) | |
| tree | 5beaa8ca495f48ffbb40174b3569aab18debd6c1 /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Helpers | |
| parent | 680563266381a80a453ff93214812796fe519fec (diff) | |
| download | Tango-8046598cb1439b66a8d6e556a61b715fc859a6b0.tar.gz Tango-8046598cb1439b66a8d6e556a61b715fc859a6b0.zip | |
Implemented TeamFoundationClient components !!!
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Helpers')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Helpers/OutlookHelper.cs | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Helpers/OutlookHelper.cs b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Helpers/OutlookHelper.cs new file mode 100644 index 000000000..58138b625 --- /dev/null +++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Helpers/OutlookHelper.cs @@ -0,0 +1,13 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace Tango.MachineStudio.Common.Helpers +{ + public static class OutlookHelper + { + + } +} |
