Example #1
0
 public TestPlugin()
 {
     pAbsoluteSettingsFolder = @"C:\Temp";
     pActor = new TestActor();
 }
Example #2
0
 public void Create()
 {
     Actor a = new TestActor();
     Assert.NotNull(a);
     a.Run();
 }