Advertisement
JulianoRoberto

Untitled

Feb 19th, 2019
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. var conexaoSelecionada = rbIntegracao.Checked ? config.ConexoesIntegracao.Where(c => c.Nome == cbConexoes.Text).SingleOrDefault()
  2. : config.ConexoesPadrao.Where(c => c.Nome == cbConexoes.Text).SingleOrDefault();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement