Exemple #1
0
 public TestingGraphicalInterface(Turpgine turpgine) : base(turpgine,
                                                            "Testing Interface")
 {
 }
Exemple #2
0
 public GraphicalInterface(Turpgine turpgine, string name) : this(turpgine.GraphicalInterfaceManager, name)
 {
 }