WikiFunctions.AWBSettings.UserPrefs.UserPrefs C# (CSharp) Method

UserPrefs() public method

public UserPrefs ( ) : System
return System
        public UserPrefs()
        {
            FindAndReplace = new FaRPrefs();
            Editprefs = new EditPrefs();
            List = new ListPrefs();
            SkipOptions = new SkipPrefs();
            General = new GeneralPrefs();
            Disambiguation = new DabPrefs();
            Module = new ModulePrefs();
            Special = new SpecialFilterPrefs();
            Tool = new ToolsPrefs();
            ExternalProgram = new ExternalProgramPrefs();
        }

Same methods

UserPrefs::UserPrefs ( FaRPrefs mFaRPrefs, EditPrefs mEditprefs, ListPrefs mList, SkipPrefs mSkipOptions, GeneralPrefs mGeneral, DabPrefs mDisambiguation, ModulePrefs mModule, ExternalProgramPrefs mExternalProgram, SpecialFilterPrefs mSpecial, ToolsPrefs mTool, Plugin.IAWBPlugin>.Dictionary plugins ) : System