comply with c# naming conventions in console manager
This commit is contained in:
parent
20a636ae5c
commit
24845b6b52
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ namespace JellyfinRPC
|
||||||
class ConsoleManager
|
class ConsoleManager
|
||||||
{
|
{
|
||||||
static Form1 MainForm;
|
static Form1 MainForm;
|
||||||
public static void writeToConsole(string Line)
|
public static void WriteToConsole(string Line)
|
||||||
{
|
{
|
||||||
MainForm = new Form1();
|
MainForm = new Form1();
|
||||||
MainForm.listBox1.Items.Add(Line);
|
MainForm.listBox1.Items.Add(Line);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue