C# Class DataBinding.ViewModels.SuperheroViewModel

Inheritance: ViewModelBase
Show file Open project: TelerikAcademy/Windows-Applications

Public Methods

Method Description
SuperheroViewModel ( string name, string powers, string imgSrc ) : System

Method Details

SuperheroViewModel() public method

public SuperheroViewModel ( string name, string powers, string imgSrc ) : System
name string
powers string
imgSrc string
return System