_3DNUS.VNM_GUI.VNM_GUI_Load C# (CSharp) Method

VNM_GUI_Load() private method

private VNM_GUI_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void
        private void VNM_GUI_Load(object sender, EventArgs e)
        {
            string cd = Path.GetDirectoryName(Application.ExecutablePath);
        }