Cosmos/source2/InstallCleaner/Program.cs
mterwoord_cp 598234fce9
2010-08-15 17:14:04 +00:00

14 lines
223 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace InstallCleaner
{
class Program
{
static void Main(string[] args)
{
}
}
}