mirror of
https://github.com/ckaczor/FeedCenter.git
synced 2026-01-14 01:25:38 -05:00
11 lines
152 B
C#
11 lines
152 B
C#
using Common.Update;
|
|
using FeedCenter.Properties;
|
|
using System.Windows;
|
|
|
|
namespace FeedCenter
|
|
{
|
|
internal static class VersionCheck
|
|
{
|
|
}
|
|
}
|