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-08-13 18:55:52 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-08-13 18:55:52 +0300
commitb4643d9c4a6a1d43572eebc628fb0cd311b26923 (patch)
treea2e1775add10066709f99206a668e83231badd55 /Software/Visual_Studio/PPC/Tango.PPC.UI/App.xaml.cs
parent6338df6acd682d9c273e500765ab5fbf438cafe7 (diff)
downloadTango-b4643d9c4a6a1d43572eebc628fb0cd311b26923.tar.gz
Tango-b4643d9c4a6a1d43572eebc628fb0cd311b26923.zip
Redundant.
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.cs4
1 files changed, 2 insertions, 2 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 4187967dc..2efd0ad18 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.UI/App.xaml.cs
+++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/App.xaml.cs
@@ -30,7 +30,7 @@ namespace Tango.PPC.UI
/// <param name="e">A <see cref="T:System.Windows.StartupEventArgs" /> that contains the event data.</param>
protected override void OnStartup(StartupEventArgs e)
{
- //If no debugger is attached and the argument --debug was passed launch the debugger
+ //If no debugger is attached and the argument -debug was passed launch the debugger.
if (e.Args.Contains("-debug") && !Debugger.IsAttached)
{
Debugger.Launch();
@@ -47,7 +47,7 @@ namespace Tango.PPC.UI
LogManager.Categories.Clear();
- CoreSettings.DefaultDataBaseSource = Path.Combine(PathHelper.GetUserTangoFolder(), "DB", "Tango.mdf");
+ CoreSettings.DefaultDataBaseSource = "localhost\\SQLEXPRESS";
var settings = SettingsManager.Default.GetOrCreate<PPCSettings>();