public class TestWindowFactory : IUBIKWindowFactory
{
public Bitmap Icon =>Properties.Resources.IntelligentAtelierImageMyImage;
public string Label => Properties.Resources.IntelligentAtelierLabelMyLabel;
public Window GetWindow(UBIKEnvironment env)