scripting to Linear Array
This commit is contained in:
parent
3396326200
commit
47d2d66089
14 changed files with 269 additions and 218 deletions
|
|
@ -50,9 +50,9 @@ namespace MatterHackers.PolygonMesh.UnitTests
|
|||
|
||||
// Automation runner must do as much as program.cs to spin up platform
|
||||
string platformFeaturesProvider = "MatterHackers.MatterControl.WindowsPlatformsFeatures, MatterControl.Winforms";
|
||||
MatterControl.AppContext.Platform = AggContext.CreateInstanceFrom<INativePlatformFeatures>(platformFeaturesProvider);
|
||||
MatterControl.AppContext.Platform.InitPluginFinder();
|
||||
MatterControl.AppContext.Platform.ProcessCommandline();
|
||||
AppContext.Platform = AggContext.CreateInstanceFrom<INativePlatformFeatures>(platformFeaturesProvider);
|
||||
AppContext.Platform.InitPluginFinder();
|
||||
AppContext.Platform.ProcessCommandline();
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
|
@ -81,9 +81,9 @@ namespace MatterHackers.PolygonMesh.UnitTests
|
|||
|
||||
// Automation runner must do as much as program.cs to spin up platform
|
||||
string platformFeaturesProvider = "MatterHackers.MatterControl.WindowsPlatformsFeatures, MatterControl.Winforms";
|
||||
MatterControl.AppContext.Platform = AggContext.CreateInstanceFrom<INativePlatformFeatures>(platformFeaturesProvider);
|
||||
MatterControl.AppContext.Platform.InitPluginFinder();
|
||||
MatterControl.AppContext.Platform.ProcessCommandline();
|
||||
AppContext.Platform = AggContext.CreateInstanceFrom<INativePlatformFeatures>(platformFeaturesProvider);
|
||||
AppContext.Platform.InitPluginFinder();
|
||||
AppContext.Platform.ProcessCommandline();
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue