Esempio n. 1
0
 public CoreModuleInfo(Type t, CoreModuleAttribute attr)
     : this(t, attr.Version, attr.Name, attr.Enabled, attr.Priority, attr.Debug, attr.Quiet)
 {
 }
Esempio n. 2
0
		public CoreModuleInfo(Type t, CoreModuleAttribute attr)
			: this(t, attr.Version, attr.Name, attr.Enabled, attr.Priority, attr.Debug, attr.Quiet)
		{ }