mirror of
https://github.com/Stone-Red-Code/RemSox.git
synced 2026-09-04 09:06:23 +02:00
Refactor YesNtWindowStatements to use constructor for ownerProcess
This commit is contained in:
@@ -22,7 +22,7 @@ public class YesNtInterpreterProcess() : Process("YesNtInterpreter")
|
||||
];
|
||||
interpreter = new();
|
||||
|
||||
YesNtWindowStatements.Register(interpreter, this);
|
||||
new YesNtWindowStatements(this).Register(interpreter);
|
||||
|
||||
interpreter.Prepare([.. args]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user