MCPcopy Create free account
hub / github.com/YtFlow/Maple / NotifyUser

Method NotifyUser

Maple.App/MainPage.cpp:106–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104 }
105
106 IAsyncAction MainPage::NotifyUser(const hstring& message) {
107 ContentDialog dialog;
108 dialog.Content(box_value(message));
109 dialog.PrimaryButtonCommand(StandardUICommand{ StandardUICommandKind::Close });
110 co_await dialog.ShowAsync();
111 }
112
113 IAsyncOperation<StorageFile> MainPage::CopyDefaultConfig(const IStorageFolder& configFolder, std::wstring_view path, const hstring& desiredName)
114 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected