mirror of
https://github.com/Stone-Red-Code/RemSox.git
synced 2026-09-04 09:06:23 +02:00
Add singleton/system manifest, process args, and async management support
This commit is contained in:
@@ -23,7 +23,7 @@ public class TerminalProcess : Process
|
||||
{
|
||||
}
|
||||
|
||||
internal override void Run()
|
||||
internal override void Run(string[] args)
|
||||
{
|
||||
window = WindowManager.CreateWindow(this, "Terminal", new Point(50, 50), new Size(400, 300));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user