Beispiel #1
0
 public CoreServiceInfo(Type t, CoreServiceAttribute attr)
     : this(t, attr.Version, attr.Name, attr.Priority, attr.Debug, attr.Quiet)
 {
 }
Beispiel #2
0
		public CoreServiceInfo(Type type, CoreServiceAttribute attr)
			: this(type, attr.Version, attr.Name, attr.Priority, attr.Debug, attr.QuietMode)
		{ }