说明: 文件夹加密static void Main() { Application.Run(new Form1()); } private void button1_Click(object sender, System.EventArgs e) { if(foldeOpen.ShowDialog ()==DialogResult.OK ) { try { if(foldeOpen.SelectedPath .Substring (3,10)=="Documents ") { MessageBox.S
<sjj5731071> 上传 | 大小:19kb