コード例 #1
0
ファイル: ItemViewModel.cs プロジェクト: snao2020/TTFViewer
 protected Type GetValueType(ItemViewModel ivm)
 {
     return(ivm.GetValueType());
 }