aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.UI/App.xaml.cs
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-05-31 12:07:40 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-05-31 12:07:40 +0300
commitf03676747c3c4207da0be4e59273cbbca9b79649 (patch)
tree5fe054dea1c4135416ecdfc252ae2f867633bec6 /Software/Visual_Studio/PPC/Tango.PPC.UI/App.xaml.cs
parent040118073dc67e9daf9792863786f87705f3fff6 (diff)
downloadTango-f03676747c3c4207da0be4e59273cbbca9b79649.tar.gz
Tango-f03676747c3c4207da0be4e59273cbbca9b79649.zip
Implemented PPC data base source from %appdata% on PPC.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/App.xaml.cs')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.UI/App.xaml.cs9
1 files changed, 3 insertions, 6 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/App.xaml.cs b/Software/Visual_Studio/PPC/Tango.PPC.UI/App.xaml.cs
index cc13e1216..1e3a16e3e 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.UI/App.xaml.cs
+++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/App.xaml.cs
@@ -2,9 +2,12 @@
using System.Collections.Generic;
using System.Configuration;
using System.Data;
+using System.IO;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
+using Tango.BL;
+using Tango.Core;
using Tango.Core.Helpers;
using Tango.Settings;
@@ -18,12 +21,6 @@ namespace Tango.PPC.UI
protected override void OnStartup(StartupEventArgs e)
{
base.OnStartup(e);
-
- Environment.CurrentDirectory = PathHelper.GetStartupPath();
-
- //var s = SettingsManager.Default.GetOrCreate<Core.CoreSettings>();
- //s.SQLServerAddress = "DB\\Tango.mdf";
- //s.Save();
}
}
}