ShaderInterpreter.InterpreterForm.InterpreterForm C# (CSharp) Метод

InterpreterForm() публичный Метод

public InterpreterForm ( ) : System
Результат System
        public InterpreterForm()
        {
            InitializeComponent();

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

            convertShaderToolStripMenuItem_Click( null, EventArgs.Empty );
        }