【发布时间】:2012-11-03 12:21:02
【问题描述】:
我创建了一个使用
的程序OnManipulationStarted(ManipulationStartedEventArgs e)
然后我找到了
base.OnManipulationStarted(e)
它是自动插入到代码中的......我已经评论了那行并检查了程序输出没有改变的程序..为什么这个代码存在于默认方法中??
OnManipulationStarted(ManipulationStartedEventArgs e)
任何帮助请...在此先感谢..
【问题讨论】:
标签: c# .net visual-studio-2010 c#-4.0