I like putting into the constructor
public partial class MainPage : PhoneApplicationPage { Songsdetails songs = null; // Constructor public MainPage(Songsdetails mySongs) { InitializeComponent(); songs = mySongs; }
jdweng
No comments:
Post a Comment