文章分类 -  C#

C# 释放窗体内存!
摘要:什么都有不用说了,直接贴代码!using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;using System.Runtime.InteropServices;using System.Diagnostics;namespace ReleaseMemory_Win{ public partial cla 阅读全文
posted @ 2012-03-28 19:32 Jarrett.zhou 阅读(514) 评论(0) 推荐(0)