aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.BL
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2024-05-05 17:24:14 +0300
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2024-05-05 17:24:14 +0300
commit2e752ce186fc34f5530841bdac7537ee775ed3f6 (patch)
treeab4fad972fac8f8fc530b233f567ef33453f36a9 /Software/Visual_Studio/Tango.BL
parent5ebb5e6092a74190654bf6d9e5d7d46f9db775a6 (diff)
downloadTango-2e752ce186fc34f5530841bdac7537ee775ed3f6.tar.gz
Tango-2e752ce186fc34f5530841bdac7537ee775ed3f6.zip
Job uploader from FSE/RSM.
User password reset from FSE. Connectivity check method set to Windows by default.
Diffstat (limited to 'Software/Visual_Studio/Tango.BL')
-rw-r--r--Software/Visual_Studio/Tango.BL/Helpers/SegmentsCsvHelper.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.BL/Helpers/SegmentsCsvHelper.cs b/Software/Visual_Studio/Tango.BL/Helpers/SegmentsCsvHelper.cs
index 18dde341b..28c227a8d 100644
--- a/Software/Visual_Studio/Tango.BL/Helpers/SegmentsCsvHelper.cs
+++ b/Software/Visual_Studio/Tango.BL/Helpers/SegmentsCsvHelper.cs
@@ -476,7 +476,7 @@ namespace Tango.BL.Helpers
});
}
- static async void ToFile(String filePath, List<Segment> segments)
+ public static async void ToFile(String filePath, List<Segment> segments)
{
await Task.Factory.StartNew(() =>
{