예제 #1
0
def ler_ficheiros():
    global listaPresencas

    # adicionar todos ficheiros a ler
    alunos.listaAlunos = util.ler_ficheiro(fxAlunos)
    salas.listaSalas = util.ler_ficheiro(fxSalas)
    listaPresencas = util.ler_ficheiro(fxPresencas)
예제 #2
0
파일: principal.py 프로젝트: EPCJC-LP10/02
def ler_ficheiros():
    global listaPresencas    
    
    
    # adicionar todos ficheiros a ler
    alunos.listaAlunos = util.ler_ficheiro(fxAlunos)
    salas.listaSalas = util.ler_ficheiro(fxSalas)
    listaPresencas = util.ler_ficheiro(fxPresencas)
예제 #3
0
def ler_ficheiros():
    # adicionar todos ficheiros a ler
    Jogadores.listajogador = util.ler_ficheiro(fxJogadores)
    Objetos.listaobjeto = util.ler_ficheiro(fxObjetos)
예제 #4
0
def ler_ficheiros():
    # adicionar todos ficheiros a ler
    clientes.listaClientes = util.ler_ficheiro(fxClientes)
    veiculos.listaVeiculos = util.ler_ficheiro(fxVeiculos)
    gestao_servicos.listaServicos = util.ler_ficheiro(fxgestao_servicos)
    registar_servicos.listaServicos = util.ler_ficheiro(fxregistar_servicos)
예제 #5
0
def ler_ficheiros():
    # adicionar todos ficheiros a ler
    contas.listaContas = util.ler_ficheiro(fxContas)
예제 #6
0
파일: principal.py 프로젝트: EPCJC-LP10/14
def ler_ficheiros():
    # adicionar todos ficheiros a ler
    palavras.listaPalavras = util.ler_ficheiro(fxpalavras)
    artigos.listaArtigos = util.ler_ficheiro(fxartigos)
예제 #7
0
def ler_ficheiros():
    # adicionar todos ficheiros a ler
    clientes.listaClientes = util.ler_ficheiro(fxClientes)
    veiculos.listaVeiculos = util.ler_ficheiro(fxVeiculos)
    servicos.listaServicos = util.ler_ficheiro(fxServicos)
예제 #8
0
def ler_ficheiros():
	# adicionar todos ficheiros a ler
	ingredientes.listaIngrediente = util.ler_ficheiro(fxIngrediente)
예제 #9
0
파일: principal.py 프로젝트: EPCJC-LP10/09
def ler_ficheiros():
    # adicionar todos ficheiros a ler
    automoveis.automoveis = util.ler_ficheiro(fxAutos)
    clientes.clientes = util.ler_ficheiro(fxClientes)
    alugueres.alugueres = util.ler_ficheiro(fxalugueres)
예제 #10
0
파일: principal.py 프로젝트: EPCJC-LP10/06
def ler_ficheiros():
    # adicionar todos ficheiros a ler
    perguntas.listaPerguntas = util.ler_ficheiro(fxPerguntas)
예제 #11
0
파일: principal.py 프로젝트: EPCJC-LP10/08
def ler_ficheiros():
	# adicionar todos ficheiros a ler
	veiculos.listaAlunos = util.ler_ficheiro(fxAlunos)
예제 #12
0
def ler_ficheiros():
    # adicionar todos ficheiros a ler
    selos.selo = util.ler_ficheiro(fxSelos)
    correspondentes.listacorrespondente = util.ler_ficheiro(fxCorrespondentes)
예제 #13
0
def ler_ficheiros():
    # adicionar todos ficheiros a ler
    eventos.Listaeventos = util.ler_ficheiro(fxEventos)
    noites.Listanoite = util.ler_ficheiro(fxNoites)
예제 #14
0
def ler_ficheiros():
    # adicionar todos ficheiros a ler
    Obesos.listaAlunos = util.ler_ficheiro(fxObesos)
예제 #15
0
파일: principal.py 프로젝트: EPCJC-LP10/06
def ler_ficheiros():
	# adicionar todos ficheiros a ler
	perguntas.listaPerguntas = util.ler_ficheiro(fxPerguntas)
예제 #16
0
def ler_ficheiros():
	# adicionar todos ficheiros a ler
	contas.listaContas = util.ler_ficheiro(fxContas)
예제 #17
0
파일: principal.py 프로젝트: EPCJC-LP10/09
def ler_ficheiros():
    # adicionar todos ficheiros a ler
    automoveis.automoveis = util.ler_ficheiro(fxAutos)
    clientes.clientes = util.ler_ficheiro(fxClientes)
    alugueres.alugueres = util.ler_ficheiro(fxalugueres)
예제 #18
0
def ler_ficheiros():
	# adicionar todos ficheiros a ler
	Obesos.listaAlunos = util.ler_ficheiro(fxObesos)
예제 #19
0
def ler_ficheiros():
    # adicionar todos ficheiros a ler
    frota.listaVeiculos = util.ler_ficheiro(fxfrota)
    clientes.listaClientes = util.ler_ficheiro(fxClientes)
예제 #20
0
파일: principal.py 프로젝트: EPCJC-LP10/10
def ler_ficheiros():
    # adicionar todos ficheiros a ler
    jogadores.listaJogadores = util.ler_ficheiro(fxjogadores)
    equipas.listaEquipas = util.ler_ficheiro(fxequipas)
예제 #21
0
파일: principal.py 프로젝트: EPCJC-LP10/10
def ler_ficheiros():
    # adicionar todos ficheiros a ler
    jogadores.listaJogadores = util.ler_ficheiro(fxjogadores)
    equipas.listaEquipas = util.ler_ficheiro(fxequipas)
예제 #22
0
def ler_ficheiros():
    # adicionar todos ficheiros a ler
    veiculos.listaAlunos = util.ler_ficheiro(fxAlunos)
예제 #23
0
def ler_ficheiros():
    # adicionar todos ficheiros a ler
    palavras.listaPalavras = util.ler_ficheiro(fxpalavras)
    artigos.listaArtigos = util.ler_ficheiro(fxartigos)
예제 #24
0
def ler_ficheiros():
	# adicionar todos ficheiros a ler
	produtos.listaArtigos = util.ler_ficheiro(fxProdutos)
예제 #25
0
def ler_ficheiros():
    # adicionar todos ficheiros a ler
    automoveis.listaAutos = util.ler_ficheiro(fxAutos)
    clientes.listaClientes = util.ler_ficheiro(fxClientes)
예제 #26
0
def ler_ficheiros():
    # adicionar todos ficheiros a ler
    eventos.Listaeventos = util.ler_ficheiro(fxEventos)
    noites.Listanoite = util.ler_ficheiro(fxNoites)
예제 #27
0
def ler_ficheiros():
	# adicionar todos ficheiros a ler
    clientes.listaClientes = util.ler_ficheiro(fxClientes)
    veiculos.listaVeiculos = util.ler_ficheiro(fxVeiculos)
    gestao_servicos.listaServicos = util.ler_ficheiro(fxgestao_servicos)
    registar_servicos.listaServicos = util.ler_ficheiro(fxregistar_servicos)