mirror of
https://github.com/opencv/opencv.git
synced 2024-12-23 16:08:00 +08:00
213a6bc5c4
Signed-off-by: Maxim Kostin <v-maxkos@microsoft.com>
14 lines
372 B
C#
14 lines
372 B
C#
using PhoneXamlDirect3DApp1.Resources;
|
|
|
|
namespace PhoneXamlDirect3DApp1
|
|
{
|
|
/// <summary>
|
|
/// Provides access to string resources.
|
|
/// </summary>
|
|
public class LocalizedStrings
|
|
{
|
|
private static AppResources _localizedResources = new AppResources();
|
|
|
|
public AppResources LocalizedResources { get { return _localizedResources; } }
|
|
}
|
|
} |