예제 #1
0
 public MStoreManager(EnumSet.CATEGORY category) : base(category)
 {
 }
예제 #2
0
 public BaseManager(EnumSet.CATEGORY category)
 {
     System.Diagnostics.Debug.WriteLine(string.Format("Constructor(BaseManager)"));
 }