public SongVM() { song = new Song { ArtistName = "Unknown", SongTitle = "Unknown" }; Equipment = new AttEquipment("1,1,0"); }
public SongwithModelBase() { ClickCount = 0; ArtistName = "defaultName"; SongTitle = "defaultTitle"; Equipment = new AttEquipment("1,0,0"); }