Grisson's .net

源码之前,了无秘密

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

e.g.

private void calSource_SelectionChanged(object sender,System.EventArgs e)

{

  lblDate.Text="Current date: "+calSource.TodaysDate;

  if(1==calSource.SelectedDatesCount)

  {

    lblDate.Text="Selected date: "+calSource.SelectedDate;

  }

  else

  {

    lblDate.Text="Selected dates: " + calSource.SelectDates[0] + " to " + calSource.SelectedDates[calSource.SelectDates.Count-1];

  }

}


文章来源:http://spaces.msn.com/members/Grisson/Blog/cns!1pdzVqmOhs8O_w1Y7GbtnyFQ!215.entry
posted on 2005-08-12 10:53  海盗  阅读(235)  评论(0编辑  收藏  举报