예제 #1
0
 public BorrowableDecorator(LibraryItem libraryItem)
     : base(libraryItem)
 {
 }
예제 #2
0
 protected LibraryItemDecorator(LibraryItem libraryItem)
 {
     Component = libraryItem;
 }