Wednesday, July 2, 2014

Calling get property from a class to other class.

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