AppSettings.ExampleSetting.ExampleSetting C# (CSharp) Method

ExampleSetting() private method

private ExampleSetting ( TableRow row ) : System.Collections
row TableRow
return System.Collections
        internal ExampleSetting(TableRow row)
        {
            Reload(row);
        }