static void Main() { Titulo t = new Titulo(); t.SetX(30); t.SetY(10); t.SetTexto("Prueba de título"); t.Mostrar(); }