visual c# 2010学习笔记7

visual c# 2010学习笔记7

ID:12154009

大小:66.50 KB

页数:6页

时间:2018-07-15

visual c# 2010学习笔记7_第1页
visual c# 2010学习笔记7_第2页
visual c# 2010学习笔记7_第3页
visual c# 2010学习笔记7_第4页
visual c# 2010学习笔记7_第5页
资源描述:

《visual c# 2010学习笔记7》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库

1、usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;usingSystem.Windows;usingSystem.Windows.Controls;usingSystem.Windows.Data;usingSystem.Windows.Documents;usingSystem.Windows.Input;usingSystem.Windows.Media;usingSystem.Windows.Media.Im

2、aging;usingSystem.Windows.Navigation;usingSystem.Windows.Shapes;namespaceSelection{///

///InteractionlogicforWindow.xaml///publicpartialclassMainWindow:Window{publicMainWindow(){InitializeComponent();first.Text=DateTime.Today.ToString();second.

3、Text=DateTime.Today.ToString();}privatevoidquitClick(objectsender,RoutedEventArgse){this.Close();}privatevoidcompareClick(objectsender,RoutedEventArgse){intdiff=dateCompare(first.SelectedDate.Value,second.SelectedDate.Value);info.Text="";show("first==second",dif

4、f==0);show("first!=second",diff!=0);show("firstsecond",diff>0);show("first>=second",diff>=0);//show方法用于在文本框控件中比较结果}privatevoidshow(stringexp,boolresult){info.Text+=exp;info.Text+=":"+result.ToString();in

5、fo.Text+="r";}privateintdateCompare(DateTimeleftHandSide,DateTimerightHandSide){////TODO//return42;intresult;if(leftHandSide.YearrightHandSide.Year)result=1;elseif(leftHandSide.Month

6、esult=-1;elseif(leftHandSide.Month>rightHandSide.Month)result=1;elseif(leftHandSide.DayrightHandSide.Day)result=1;elseresult=0;returnresult;}}}结果:注:此题可以使用Datetime特殊类型来解决,具体详请查阅MSDN。privatevoidcopyClick(objects

7、ender,RoutedEventArgse){target.Text="";//target:对象stringfrom=source.Text;for(inti=0;i!=from.Length;i++){charcurrent=from[i];//from字符串copyOne(current);}}privatevoidcopyOne(charcurrent){switch(current){case'<':target.Text+="<";break;default:target.Text+=current

8、;break;}结果:usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;usingSystem.Windows;usingSystem.Windows.Controls;usingSystem.Windows.Data;usi

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。