Compass.Coondornator.OmssaParameterLine.Load C# (CSharp) Method

Load() public static method

public static Load ( ) : void
return void
        public static void Load()
        {
            // Create file if it doesn't exist
            if (!System.IO.File.Exists(UserPath))
            {
                RestoreDefaults();
            }

            Load(UserPath);
        }

Same methods

OmssaParameterLine::Load ( string filePath ) : void