StandardizedDiffuseAlbedoMaps.Form1.SetRegKey C# (CSharp) Method

SetRegKey() private method

private SetRegKey ( string _Key, string _Value ) : void
_Key string
_Value string
return void
        private void SetRegKey( string _Key, string _Value )
        {
            m_AppKey.SetValue( _Key, _Value );
        }
Form1