Canguro.Program.Program C# (CSharp) Method

Program() static private method

This static constructor executes before Main Sets the Culture to the value defined in Settings (before Canguro.Culture initializes)
static private Program ( ) : System
return System
        static Program()
        {
            System.Threading.Thread.CurrentThread.CurrentCulture = new
                System.Globalization.CultureInfo(Properties.Settings.Default.Culture);
        }