日期:2014-05-16  浏览次数:21655 次

我在一个类中list了一个对象,并且付给他值,怎么在另一个类中调用这个list对象啊
如何将public static List<Thread> ThreadList = new List<Thread>(); 
                    ThreadList.Add(thread);
                 thread.Start(arrayListPath[count]);
我如何能把这个ThreadList传递到另一个类中。

------解决方案--------------------
asp.net?