Advertisement
noobzone

fix

Apr 17th, 2014
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.26 KB | None | 0 0
  1.                 if ((!string.IsNullOrEmpty(tbIdSubCol.Text)) && (!string.IsNullOrEmpty(tbDescricao.Text)))
  2.                 {
  3.  
  4.                     subCol.Insert(tbIdSubCol.Text, (string)cbIdCol.SelectedValue, tbDescricao.Text, dataSubCol.Value);
  5.                 }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement