摘要:
XmlElement rootElement = doc.DocumentElement; foreach (XmlElement childElement in rootElement) { //Console.WriteLine(childElement.Name); foreach(var i 阅读全文
posted @ 2017-01-18 10:54
wzwyc
阅读(243)
评论(0)
推荐(0)
摘要:
string FadeInStoryBoard = ""; StoryBoard storyBoard = XamlReader.Load(FadeInStoryBoard) as StoryBoard; 阅读全文
posted @ 2017-01-18 10:53
wzwyc
阅读(306)
评论(0)
推荐(0)
摘要:
1.定义在System.Windows.Forms里2.定义在System.Threading.Timer类里3.定义在System.Timers.Timer类里 System.Windows.Forms.Timer是应用于WinForm中的,它是通过Windows消息机制实现的,类似于VB或Del 阅读全文
posted @ 2017-01-18 10:50
wzwyc
阅读(585)
评论(0)
推荐(0)
摘要:
ProcessStartInfo startInfo = new System.Diagnostics.ProcessStartInfo(); startInfo.UseShellExecute = false; startInfo.WorkingDirectory = Environment.CurrentDirectory; startInfo.FileName = "InstallUtil... 阅读全文
posted @ 2017-01-18 10:46
wzwyc
阅读(273)
评论(0)
推荐(0)

浙公网安备 33010602011771号