accidental blowout of the project files
This commit is contained in:
@@ -17,18 +17,5 @@ namespace NotificationFlyoutSample
|
||||
var app = GetApplication();
|
||||
app.Exit();
|
||||
}
|
||||
|
||||
private async void Button_Click(object sender, Windows.UI.Xaml.RoutedEventArgs e)
|
||||
{
|
||||
//var gsmtcsm = await GetSystemMediaTransportControlsSessionManager();
|
||||
//var mediaProperties = await GetMediaProperties(gsmtcsm.GetCurrentSession());
|
||||
|
||||
}
|
||||
|
||||
//private static async Task<GlobalSystemMediaTransportControlsSessionManager> GetSystemMediaTransportControlsSessionManager() =>
|
||||
//await GlobalSystemMediaTransportControlsSessionManager.RequestAsync();
|
||||
|
||||
//private static async Task<GlobalSystemMediaTransportControlsSessionMediaProperties> GetMediaProperties(GlobalSystemMediaTransportControlsSession session) =>
|
||||
// await session.TryGetMediaPropertiesAsync();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user