CSMSL.Chemistry.PeriodicTable.Load C# (CSharp) 메소드

Load() 공개 정적인 메소드

public static Load ( ) : void
리턴 void
        public static void Load()
        {
            // Create file if it doesn't exist
            if (!File.Exists(UserPerodicTablePath))
            {
                RestoreDefaults();
            }

            Load(UserPerodicTablePath);
        }

Same methods

PeriodicTable::Load ( string filePath ) : void