摘要: 核心代码: 1 /** 2 * 利用cmd命令创建wifi热点 3 * */ 4 private void btCreateWifi_Click(object sender, EventArgs e) 5 { 6 string hotSpotName = wifiName.Text.Trim(); 7 string hotSpotPass = wifiPass.Text.Trim(); 8 if (hotSpotPass.Length < ... 阅读全文
posted @ 2012-05-18 21:53 ifeixiang 阅读(3096) 评论(0) 推荐(0) 编辑