摘要:
public static void SetDispatchStatus(GridView aGridView1, GridColumn aColStatus, bool aOnlyImage) { var imageList = new ImageList(); imageList.ImageSize = new Size(12, 12); imageList.ColorDepth = ColorDepth.Depth32Bit; imageList.Images.Add("0",... 阅读全文
posted @ 2013-09-23 15:47
沙耶
阅读(3437)
评论(0)
推荐(1)