C# Class MediaOwl.ViewModels.ShowPictureSingleViewModel

Inheritance: Caliburn.Micro.Screen, IChildScreen
显示文件 Open project: Slesa/Playground

Public Methods

Method Description
WithPicture ( BitmapImage bitmapImage, string title ) : void

Method Details

WithPicture() public method

public WithPicture ( BitmapImage bitmapImage, string title ) : void
bitmapImage System.Windows.Media.Imaging.BitmapImage
title string
return void