private void btnUpdate_Click(object sender, EventArgs e) { try { doVivod(tableOperation.getListOfDogovor()); } catch (Exception ex) { MessageBox.Show(this, "Ошибка соединения: +" + ex, "Сообщение об ошибке", MessageBoxButtons.OK, MessageBoxIcon.Error); } }
private void Form1_Load(object sender, EventArgs e) { try { tableOperation = (TableOperation)Activator.GetObject( typeof(TableOperation), "tcp://localhost:9000/TalkIsGood"); doVivod(tableOperation.getListOfDogovor()); } catch (Exception ex) { MessageBox.Show(this, "Ошибка соединения: +" + ex, "Сообщение об ошибке", MessageBoxButtons.OK, MessageBoxIcon.Error); } }