ShiftOS_TheReturn/ShiftOS.Updater.exe/Program.cs
Michael a8583c95d0 Update Manager
Use the "ShiftOS.Updater" as your startup project for this to work
correctly.
2017-04-07 18:33:41 -04:00

15 lines
244 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ShiftOS.Updater.exe
{
class Program
{
static void Main(string[] args)
{
}
}
}