ACAT.Lib.Extension.Common.Init C# (CSharp) Method

Init() public static method

Performs initialization
public static Init ( ) : void
return void
        public static void Init()
        {
            var assembly = Assembly.GetExecutingAssembly();
            Log.Debug("Assembly name: " + assembly.FullName);

            Attributions.Add("LOCALIZATION", ACATExtension.Resources.LocalizationAttribution.Replace("\\n", Environment.NewLine));
            Attributions.Add("LANGUAGETRANSLATION", ACATExtension.Resources.CurrentLanguageAttribution.Replace("\\n", Environment.NewLine));
        }