Esempio n. 1
0
 /// <summary>Creates a new instance of the <see cref="T:Microsoft.Phone.Tasks.MarketplaceSearchTask" /> class.</summary>
 public MarketplaceSearchTask()
 {
     this._marketPlaceContentType = MarketplaceContentType.Applications;
     this._searchTerms            = null;
 }
Esempio n. 2
0
 /// <summary>Creates a new instance of the <see cref="T:Microsoft.Phone.Tasks.MarketplaceDetailTask" /> class.</summary>
 public MarketplaceDetailTask()
 {
     this._marketPlaceContentType = MarketplaceContentType.Applications;
     this._contentIdentifier      = null;
 }
Esempio n. 3
0
 /// <summary>Creates a new instance of the <see cref="T:Microsoft.Phone.Tasks.MarketplaceHubTask" /> class.</summary>
 public MarketplaceHubTask()
 {
     this._marketPlaceContentType = MarketplaceContentType.Applications;
 }