mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 14:13:30 -07:00
Inlined a one line function
This commit is contained in:
parent
8d6febf392
commit
590b44378c
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ namespace CalculatorApp
|
|||
public:
|
||||
static void CopyToClipboard(Platform::String^ stringToCopy);
|
||||
static concurrency::task<Platform::String^> GetStringToPaste(CalculatorApp::Common::ViewMode mode, CalculatorApp::Common::CategoryGroupType modeType, int programmerNumberBase = -1, int bitLengthType = -1);
|
||||
static bool HasStringToPaste()
|
||||
inline static bool HasStringToPaste()
|
||||
{
|
||||
return ClipboardTextFormat() >= 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue