コード例 #1
0
 public ExplorerBlochSphere2D(ITesterPresentation presentation)
     : this()
 {
     BaseContainer = (IFormParent)presentation;
 }
コード例 #2
0
 public static IControllerStation generateControllerStation(ITesterPresentation baseWindow)
 {
     return new ControllerStationForm(baseWindow);
 }
コード例 #3
0
 public static IBlochSphere generateSphere3D(ITesterPresentation presentation)
 {
     return new ExplorerBlochSphere3D(presentation);
 }
コード例 #4
0
 public static IInteractiveBB84 generateInteractiveBB84(ITesterPresentation baseWindow)
 {
     return new InteractiveBB84Form(baseWindow);
 }
コード例 #5
0
 public InteractiveBB84Form(ITesterPresentation presentation)
     : this()
 {
     BaseContainer = (IFormParent)presentation;
 }