plugin selection
This commit is contained in:
@@ -10,7 +10,7 @@ namespace TestPlugin
|
||||
{
|
||||
public void InitializeModule()
|
||||
{
|
||||
Console.WriteLine("Global plugin initialized");
|
||||
Console.WriteLine("Global HELLO from test plugin");
|
||||
}
|
||||
}
|
||||
|
||||
@@ -18,7 +18,7 @@ namespace TestPlugin
|
||||
{
|
||||
public void InitializeModule()
|
||||
{
|
||||
Console.WriteLine("Camera plugin initialized");
|
||||
Console.WriteLine("Camera HELLO from test plugin");
|
||||
}
|
||||
}
|
||||
public class TestPlugin: IPlugin
|
||||
|
||||
Reference in New Issue
Block a user