long candy support
This commit is contained in:
@@ -38,6 +38,7 @@ namespace VisionBuilder.UI.Windows.Test
|
||||
private void Form1_Load(object sender, EventArgs e)
|
||||
{
|
||||
_mainWindowVm.OnProgramStarted();
|
||||
BringToFront();
|
||||
}
|
||||
|
||||
private void btnExit_Click(object sender, EventArgs e)
|
||||
|
||||
@@ -38,7 +38,7 @@ namespace VisionBuilder.UI.Windows.Test
|
||||
// In your application startup code
|
||||
MaterialSkin.MaterialSkinManager.ConfigureForInspectron();
|
||||
|
||||
InspectronSettings settings = new InspectronSettings("..\\Config");
|
||||
InspectronSettings settings = new InspectronSettings("..\\Data\\Config");
|
||||
|
||||
var mainKernel = Common.VisionBuilder.CreateMainKernel(settings);
|
||||
mainKernel
|
||||
|
||||
Reference in New Issue
Block a user