Globals.Prefs.Prefs C# (CSharp) Method

Prefs() static private method

Initializes a new instance of the T:System.Object class.
static private Prefs ( ) : System
return System
        static Prefs()
        {
            FilePath = Global.StartupPath + "\\User Settings.xml";
            CustomPluginMasks = new List<CustomPluginMask>();
            QuickAccessTagTypes = new List<QuickAccessTagType>();
        }