using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading;
namespace Prog
{
class ThreadPoolDemo
{.... [阅读全文]
用resourcewrite在创建资源文件的时候可以添加资源
但是对已经存在的资源文件怎么添加资源呢.
还有读资源文件的时候能不能把资源文件的所有资源读出来
=======
怎么reourcemanager没有这样的方法
foreach(object o in rm.GetAllResou.... [阅读全文]