// Update message box public void showUpdateMsg(string msg, string address) { Focus(); FormUpdate f = new FormUpdate(); f.setUpdateData(msg, address, updater); f.ShowDialog(); }