Cosmos/source/Cosmos.VS.Wizards/ResHelper.cs

10 lines
203 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Cosmos.VS.Wizards {
// This is empty, but its used by the wizard
class ResHelper {
}
}