Example #1
0
 //A pipeline Between the Presentation Layer and the Communication Layer to handel filters
 public void AddGroupFilter(int Group_id)
 {
     messageHandler.AddGroupFilter(Group_id);
     resetList();
 }