摘要:
private bool IsPost = false; private int ColIndex = -1; private void dgvMessage_KeyDown(object sender, KeyEventArgs e) { if (e.KeyValue == 40)//下 { d... 阅读全文
摘要:
/// /// 修改指定图片的分辨率/// /// 文件夹url/// 文件名/// 文件路径,带文件名/// 分辨率的宽/// 分辨率的高public void update_picture(string fileFoldUrl, string fileName, string filePath,... 阅读全文