public ExplorerBlochSphere2D(ITesterPresentation presentation) : this() { BaseContainer = (IFormParent)presentation; }
public static IControllerStation generateControllerStation(ITesterPresentation baseWindow) { return new ControllerStationForm(baseWindow); }
public static IBlochSphere generateSphere3D(ITesterPresentation presentation) { return new ExplorerBlochSphere3D(presentation); }
public static IInteractiveBB84 generateInteractiveBB84(ITesterPresentation baseWindow) { return new InteractiveBB84Form(baseWindow); }
public InteractiveBB84Form(ITesterPresentation presentation) : this() { BaseContainer = (IFormParent)presentation; }