BaiduBOSDemo.Settings.Settings C# (CSharp) Method

Settings() static private method

static private Settings ( ) : System.IO
return System.IO
        static Settings()
        {
            var appPath = Path.GetDirectoryName(Assembly.GetEntryAssembly().Location);
            SettingsFilePath = Path.Combine(appPath, SettingFileName);
        }