quite a bit, too much to summarize here
This commit is contained in:
parent
24845b6b52
commit
5f22d25559
336 changed files with 171740 additions and 351 deletions
17
WindowsFormsApplication2/StatusManager.cs
Normal file
17
WindowsFormsApplication2/StatusManager.cs
Normal file
|
@ -0,0 +1,17 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace JellyfinRPC
|
||||
{
|
||||
class StatusManager
|
||||
{
|
||||
static Form1 MainForm;
|
||||
public static void WriteStatusLine(string Status)
|
||||
{
|
||||
MainForm = new Form1();
|
||||
MainForm.label1.Text = $"Current Status - {Status}";
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue