Example #1
0
 private void FormCidade_Load(object sender, EventArgs e)
 {
     SetDataSource(_cidadeService.GetCidades());
 }