private void Server_Shown(object sender, EventArgs e) { Communication = new Communication(this); serverControl = new System.Threading.Timer(ServerControlCallback, null, 300000, Timeout.Infinite); }