Beispiel #1
0
 public static WpfControls.ListView add_Video_Image_Wpf(this WpfControls.ListView listView, string pathToImage)
 {
     return(listView.add_Video_Image_Wpf(pathToImage, -1, -1));
 }