Ejemplo n.º 1
0
 private void buttonSortPosts_Click(object sender, EventArgs e)
 {
     m_SortStrategy.SortPostsList(userPostsList);
 }