Files
FeedCenter/Application/VersionCheck.cs

11 lines
152 B
C#

using Common.Update;
using FeedCenter.Properties;
using System.Windows;
namespace FeedCenter
{
internal static class VersionCheck
{
}
}