Esempio n. 1
0
 public AddinAdapter(IV1 contract)
 {
     _contract = contract;
 }
 public AddinAdapterV1ToV2(IV1 view)
 {
     _view = view;
 }