mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
Moved the SessionChangedEventArgs to its own class file. Embeded classes are generally not a good idea
This commit is contained in:
@@ -50,9 +50,6 @@ namespace mRemoteNG.Config.Putty
|
||||
#endregion
|
||||
|
||||
#region Public Classes
|
||||
public class SessionChangedEventArgs : EventArgs
|
||||
{
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region Protected Methods
|
||||
|
||||
9
mRemoteV1/Config/Putty/SessionChangedEventArgs.cs
Normal file
9
mRemoteV1/Config/Putty/SessionChangedEventArgs.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System;
|
||||
|
||||
|
||||
namespace mRemoteNG.Config.Putty
|
||||
{
|
||||
public class SessionChangedEventArgs : EventArgs
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -149,6 +149,7 @@
|
||||
<Compile Include="Config\Connections\SqlUpdateQueryBuilder.cs" />
|
||||
<Compile Include="Config\Connections\SqlUpdateTimer.cs" />
|
||||
<Compile Include="Config\Connections\XmlConnectionsDeserializer.cs" />
|
||||
<Compile Include="Config\Putty\SessionChangedEventArgs.cs" />
|
||||
<Compile Include="Config\Settings\ExternalAppsLoader.cs" />
|
||||
<Compile Include="Config\Settings\LayoutSettingsLoader.cs" />
|
||||
<Compile Include="Config\Settings\Providers\AppSettingsProvider.cs" />
|
||||
|
||||
Reference in New Issue
Block a user