09 2012 档案
摘要:1 using System.Diagnostics; 2 3 private void button4_Click(object sender, EventArgs e) 4 { 5 Process process = new Process(); 6 process.StartInfo.FileName = @"Windows\explorer.exe"; 7 process.StartInfo.Arguments = @"\Storage Card\AnyTime-1000"; //指定打开的文...
阅读全文
摘要:C:\Windows\Microsoft.NET\Framework\v3.5\Microsoft.CompactFramework.Common.targe中<Target Name="PlatformVerificationTask" Condition="'$(SkipPlatformVerification)' == 'true'" > <PlatformVerificationTask PlatformFamilyName="$(PlatformFamilyName)" Pl
阅读全文

浙公网安备 33010602011771号