Wednesday, March 2, 2016

API samples for the Universal Windows Platform

API samples for the Universal Windows Platform

https://github.com/Microsoft/Windows-universal-samples

No comments:

Post a Comment

Open default email app in .NET MAUI

Sample Code:  if (Email.Default.IsComposeSupported) {     string subject = "Hello!";     string body = "Excellent!";    ...