コード例 #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ResourceManagerCollection"/> class.
 /// </summary>
 /// <param name="whoDelegatesToMe">The who delegates to me.</param>
 public ResourceManagerCollection(IResourceManagerCollection whoDelegatesToMe)
 {
     m_resourceMgrs  = new Hashtable();
     m_wrappedByWhom = whoDelegatesToMe;
 }
コード例 #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ResourceManagerCollection"/> class.
 /// </summary>
 public ResourceManagerCollection()
 {
     m_resourceMgrs  = new Hashtable();
     m_wrappedByWhom = this;
 }