示例#1
0
 public void SetQuote(IUnderly3 underly)
 {
     _underly = underly;
 }
示例#2
0
 public Top(IUnderly3 underly3)
 {
     _underly = underly3;
 }