private void sendByGmail(Player player) { Gmail mensaje = new Gmail(player); mensaje.sendEmail(); Thread.Sleep(10000); }
public Gmail(Player player) { this.player = player; }
/* * Constructor */ public HandlerDB(Player player) { this.player = player; initialize(); }
public Cliente(Process p) { this.p = p; this.player = new Player(p); }