Changes

HowTo:Inject UI into UBIK Studio

32 bytes removed, Wednesday at 11:28
public class TestWindowFactory : IUBIKWindowFactory
{
public Bitmap Icon =>Properties.Resources.IntelligentAtelierImageMyImage;
public string Label => Properties.Resources.IntelligentAtelierLabelMyLabel;
public Window GetWindow(UBIKEnvironment env)
283
edits