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
|
@ -2,16 +2,17 @@
|
|||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
|
||||
namespace JellyfinRPC
|
||||
{
|
||||
class ConsoleManager
|
||||
{
|
||||
static Form1 MainForm;
|
||||
public static string lineToWrite;
|
||||
public static void WriteToConsole(string Line)
|
||||
{
|
||||
MainForm = new Form1();
|
||||
MainForm.listBox1.Items.Add(Line);
|
||||
lineToWrite = Line;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue