BlenderRenderController.MainForm.MainForm C# (CSharp) 메소드

MainForm() 공개 메소드

public MainForm ( ) : System
리턴 System
        public MainForm()
        {
            InitializeComponent();

			//string execPath = Path.GetDirectoryName( System.Reflection.Assembly.GetExecutingAssembly().CodeBase );
			string execPath = new Uri( System.Reflection.Assembly.GetExecutingAssembly().CodeBase ).LocalPath;

			ScriptsPath = Path.Combine( Path.GetDirectoryName( execPath ), "Scripts" );
			Trace.WriteLine( String.Format( "Scripts Path: '{0}'", ScriptsPath ) );

        }