Exemplo n.º 1
0
Arquivo: Senha.cs Projeto: ginooss/ED2
 public string dadosCompletos()
 {
     return(id + " - " + DataGerac.ToShortDateString() + " - " + HoraGerac.ToShortTimeString() + " - " + DataAtend.ToShortDateString() + "-" + HoraAtend.ToShortTimeString() + "\n");
 }
Exemplo n.º 2
0
Arquivo: Senha.cs Projeto: ginooss/ED2
 public string dadosParciais()
 {
     return(id + " - " + DataGerac.ToShortDateString() + " - " + HoraGerac.ToShortTimeString() + "\n");
 }