ShaderInterpreter.InterpreterForm.InterpreterForm C# (CSharp) Method

InterpreterForm() public method

public InterpreterForm ( ) : System
return System
        public InterpreterForm()
        {
            InitializeComponent();

            m_AppKey = Registry.CurrentUser.CreateSubKey( @"Software\GodComplex\ShaderInterpreter" );
            m_ApplicationPath = Path.GetDirectoryName( Application.ExecutablePath );

            convertShaderToolStripMenuItem_Click( null, EventArgs.Empty );
        }