Add config-driven action system (launch, url) with factory pattern
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
public interface IAction
|
||||
{
|
||||
void Execute();
|
||||
}
|
||||
Reference in New Issue
Block a user