示例#1
0
 void BotaoEnviarClick(object sender, EventArgs e)
 {
     Conexao.ConexaoSockets IniciarConexao = new Conexao.ConexaoSockets();
     IniciarConexao.LerArquivoTexto(CampoMensagem.Text);
 }
示例#2
0
 void TelaPrincipalLoad(object sender, EventArgs e)
 {
     Conexao.ConexaoSockets IniciarConexao = new Conexao.ConexaoSockets();
     IniciarConexao.LerArquivoTexto("Conectado");
 }