Merge pull request #305 from Cyberboss/ClassCleanup

Cleans up some class definitions
This commit is contained in:
Jordan Brown
2017-11-02 16:07:38 -04:00
committed by GitHub
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ namespace TGServerService
/// <summary>
/// Helpers to <see cref="Suspend(Process)"/>ing and <see cref="Resume(Process)"/> a <see cref="Process"/>. Lightly massaged code from https://stackoverflow.com/a/13109774. Documentation linked from MSDN on 20/10/2017
/// </summary>
public static class ProcessExtension
static class ProcessExtension
{
/// <summary>
/// https://msdn.microsoft.com/en-us/library/windows/desktop/ms686769(v=vs.85).aspx
+1 -1
View File
@@ -8,7 +8,7 @@ namespace TGServerService
/// This tells the .msi there is a Windows <see cref="ServiceBase"/> in this <see cref="System.Reflection.Assembly"/> that needs installation
/// </summary>
[RunInstaller(true)]
public partial class ProjectInstaller : Installer
public sealed class ProjectInstaller : Installer
{
/// <summary>
/// Construct a <see cref="ProjectInstaller"/>
+1 -1
View File
@@ -12,7 +12,7 @@ namespace TGServerService
/// <summary>
/// The windows service the application runs as
/// </summary>
sealed partial class Service : ServiceBase
sealed class Service : ServiceBase
{
/// <summary>
/// The service version <see cref="string"/> based on the <see cref="FileVersionInfo"/>