Beispiel #1
0
 /// <summary>
 /// Binds the data.
 /// </summary>
 private void BindData()
 {
     Entities = localSql.GetReverseEntities();
     Statuses = localSql.GetReverseStatuses();
     Statuses.Insert(0, new IntegerComboBoxModel {
         Name = "All", Value = 0
     });
 }