Пример #1
0
 public CoreCursor(global::Windows.UI.Core.CoreCursorType type, uint id)
 {
     Type = type;
     Id   = id;
 }
Пример #2
0
 public CoreCursor(global::Windows.UI.Core.CoreCursorType type, uint id)
 {
     global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Core.CoreCursor", "CoreCursor.CoreCursor(CoreCursorType type, uint id)");
 }