示例#1
0
 private void setListViewTitle()
 {
     listViewTitle.Text = string.Format(
         "Year: {0}, Month: {1}",
         m_TimeWatch.Year, TimeHandler.GetMonthName(m_TimeWatch.Month));
 }