Files
mirror-processhacker/trunk/ProcessHacker.Common/Settings/SettingsStore.cs
T
wj32 8e9bd6bea8 * fixed critical CircularBuffer bug
* started Settings

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2046 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-04 03:31:06 +00:00

12 lines
179 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace ProcessHacker.Common.Settings
{
public abstract class SettingsStore
{
}
}