mirror of
https://github.com/ckaczor/ChrisKaczor.ApplicationUpdate.git
synced 2026-01-13 17:22:16 -05:00
8 lines
329 B
C#
8 lines
329 B
C#
namespace ChrisKaczor.ApplicationUpdate;
|
|
|
|
public class DefaultResources
|
|
{
|
|
public string UpdateCheckTitle { get; set; } = Resources.UpdateCheckTitle;
|
|
public string UpdateCheckNewVersion { get; set; } = Resources.UpdateCheckNewVersion;
|
|
public string UpdateCheckCurrent { get; set; } = Resources.UpdateCheckCurrent;
|
|
} |