before candybox editor update
This commit is contained in:
@@ -13,10 +13,13 @@ public class WindowsImagePreviewService: IImagePreviewService
|
||||
|
||||
}
|
||||
|
||||
public ImagePreview? CurrentWindow { get; private set; }
|
||||
public void ShowImagePreview(ErrorPreviewVM errorPreviewVm)
|
||||
{
|
||||
var window = new ImagePreview();
|
||||
window.SetViewModel(errorPreviewVm);
|
||||
CurrentWindow = window;
|
||||
window.ShowDialog();
|
||||
CurrentWindow = null;
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
using MaterialSkin.Controls;
|
||||
using VisionBuilder.UI.Common.RecipeProcessing;
|
||||
using VisionBuilder.UI.Common.Processing;
|
||||
|
||||
namespace VisionBuilder.UI.Windows.Settings;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user