mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-21 13:53:11 -07:00
Update
This commit is contained in:
parent
800bb0ab38
commit
544a0e3331
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ void CopyPasteManager::CopyToClipboard(String ^ stringToCopy)
|
||||||
// Copy the string to the clipboard
|
// Copy the string to the clipboard
|
||||||
auto dataPackage = ref new DataPackage();
|
auto dataPackage = ref new DataPackage();
|
||||||
dataPackage->SetText(stringToCopy);
|
dataPackage->SetText(stringToCopy);
|
||||||
Clipboard::SetContentWithOptions(dataPackage, ref new ClipboardContentOptions());
|
Clipboard::SetContentWithOptions(dataPackage, nullptr);
|
||||||
}
|
}
|
||||||
|
|
||||||
IAsyncOperation<String ^> ^ CopyPasteManager::GetStringToPaste(ViewMode mode, CategoryGroupType modeType, NumberBase programmerNumberBase, BitLength bitLengthType)
|
IAsyncOperation<String ^> ^ CopyPasteManager::GetStringToPaste(ViewMode mode, CategoryGroupType modeType, NumberBase programmerNumberBase, BitLength bitLengthType)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue