mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
Quick update+fix to SettingsLoader and forgot to update teh csproj
This commit is contained in:
@@ -1,17 +1,14 @@
|
||||
using System;
|
||||
using System.Drawing;
|
||||
using System.Windows.Forms;
|
||||
using System.IO;
|
||||
using WeifenLuo.WinFormsUI.Docking;
|
||||
using mRemoteNG.App;
|
||||
using System.Xml;
|
||||
using System.Threading;
|
||||
using System.Globalization;
|
||||
using mRemoteNG.Themes;
|
||||
using mRemoteNG.Connection.Protocol;
|
||||
using mRemoteNG.App.Info;
|
||||
using mRemoteNG.UI.Forms;
|
||||
using mRemoteNG.UI.Window;
|
||||
|
||||
|
||||
namespace mRemoteNG.Config.Settings
|
||||
@@ -248,8 +245,8 @@ namespace mRemoteNG.Config.Settings
|
||||
|
||||
public void LoadExternalAppsFromXML()
|
||||
{
|
||||
|
||||
}
|
||||
_externalAppsLoader.LoadExternalAppsFromXML();
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
@@ -187,6 +187,8 @@
|
||||
<Compile Include="Config\Connections\SqlConnectionsProvider.cs" />
|
||||
<Compile Include="Config\Connections\SqlUpdateQueryBuilder.cs" />
|
||||
<Compile Include="Config\Connections\SqlUpdateTimer.cs" />
|
||||
<Compile Include="Config\Settings\ExternalAppsLoader.cs" />
|
||||
<Compile Include="Config\Settings\LayoutSettingsLoader.cs" />
|
||||
<Compile Include="Config\Settings\Providers\AppSettingsProvider.cs" />
|
||||
<Compile Include="Config\Settings\Providers\ChooseProvider.cs" />
|
||||
<Compile Include="Config\Settings\SettingsLoader.cs" />
|
||||
|
||||
Reference in New Issue
Block a user