11 2023 档案
摘要:Win10专业版激活密钥: W269N-WFGWX-YVC9B-4J6C9-T83GX MH37W-N47XK-V7XM9-C7227-GCQG9 2X7P3-NGJTH-Q9TJF-8XDP9-T83GT J2WWN-Q4338-3GFW9-BWQVK-MG9TT NBQWQ-W9PTV-B4YW
阅读全文
摘要:using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Text;using System.Threading.Tasks; namespace MyMES{ publi
阅读全文
摘要://取单元格数据三种方法 this.dataGridView1[e.ColumnIndex, e.RowIndex].Value.ToString();//第一种取法 this.dataGridView1.Rows[e.RowIndex].Cells["你所要取值的列名称"].Value.ToStr
阅读全文
摘要:this.pictureBox1.Image.RotateFlip(RotateFlipType.Rotate90FlipNone); this.pictureBox1.Refresh();逆时针旋转图片 this.pictureBox1.Image.RotateFlip(RotateFlipTyp
阅读全文