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