VAGSuite.frmMain.GetMapCorrectionOffset C# (CSharp) 메소드

GetMapCorrectionOffset() 개인적인 메소드

private GetMapCorrectionOffset ( string mapname ) : double
mapname string
리턴 double
        private double GetMapCorrectionOffset(string mapname)
        {
            return 0;
        }
frmMain