예제 #1
0
 public void CopyFrom (ComponentDescriptor alias)
 {
   if (alias.NotNull ()) {
     Id = alias.Id;
     Category = alias.Category;
   }
 }
예제 #2
0
 public void Change (ComponentDescriptor alias)
 {
   if (alias.NotNull ()) {
     Category = alias.Category;
   }
 }