コード例 #1
0
 protected override IBehaviorFactory GetFactory(IViewModelProvider factoryProvider)
 {
     return(factoryProvider.GetFactory <TVM>());
 }