VAGSuite.MapViewerEx.SetGroupText C# (CSharp) Méthode

SetGroupText() private méthode

private SetGroupText ( ) : void
Résultat void
        private void SetGroupText()
        {
            groupControl1.Text = "X: " + m_x_axis_name + " Y: " + m_y_axis_name + " Z: " + m_z_axis_name;
        }
MapViewerEx