Exemplo n.º 1
0
 public void LoadList()
 {
     MyEvents <T, M> .LoadList("getList").ForEach(w => this.Items.Add(w));
 }