Exemplo n.º 1
0
 private static void RunThis(object source, ElapsedEventArgs e)
 {
     ListUser.ClearList();
 }
Exemplo n.º 2
0
 public bool register(string username)
 {
     return(ListUser.register(username));
 }