Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
some redesing
Browse files Browse the repository at this point in the history
ServerApp now  using better design (Feel free to make a PR for change this)
  • Loading branch information
SlejmUr committed Dec 15, 2023
1 parent b32c05e commit 6e6ea89
Show file tree
Hide file tree
Showing 20 changed files with 599 additions and 123 deletions.
4 changes: 2 additions & 2 deletions Applications/ConsoleApp/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ static void Main(string[] args)
Console.WriteLine(SLH.ArgumentHandler.LoadMyPlugin);
SLH.PluginLoader.ManualLoadPlugin(SLH.ArgumentHandler.LoadMyPlugin);
}
SL.ServerLib.Init();
SL.Main.Init();
LogDetailed("Initialization Done!");

Console.WriteLine("Commands are starting with !. Like !help");
Expand All @@ -79,7 +79,7 @@ static void Main(string[] args)
break;
}

SL.ServerLib.Stop();
SL.Main.Stop();

if (SLH.ArgumentHandler.Debug)
Console.ReadLine();
Expand Down
1 change: 1 addition & 0 deletions Applications/ServerApp/ExtConsoleManagement.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ internal class ExtConsoleManagement
static ExtConsoleManagement()
{
handle = GetConsoleWindow();
Hide();
}

public static void ChangeConsole()
Expand Down
60 changes: 0 additions & 60 deletions Applications/ServerApp/Form1.Designer.cs

This file was deleted.

30 changes: 0 additions & 30 deletions Applications/ServerApp/Form1.cs

This file was deleted.

237 changes: 237 additions & 0 deletions Applications/ServerApp/MainForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6e6ea89

Please sign in to comment.