Skip to content

Commit

Permalink
feat: Add resources Keys
Browse files Browse the repository at this point in the history
  • Loading branch information
ajpinedam committed Nov 10, 2020
1 parent 34f74fe commit 3649f52
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Uno.UI/Helpers/WinUI/ResourceAccessor.ResourceKeys.cs
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,11 @@ internal partial class ResourceAccessor
public const string SR_InfoBarClosedNotification = "InfoBarClosedNotification";
public const string SR_InfoBarCustomLandmarkName = "InfoBarCustomLandmarkName";
public const string SR_InfoBarCloseButtonTooltip = "InfoBarCloseButtonTooltip";
public const string SR_DragViewLinkCaption = "DragViewLinkCaption";
public const string SR_DragViewCopyCaption = "DragViewCopyCaption";
public const string SR_DragViewMoveCaption = "DragViewMoveCaption";

public const string IR_NoiseAsset_256X256_PNG = "NoiseAsset_256X256_PNG";

}
}

0 comments on commit 3649f52

Please sign in to comment.