FlexGridSample.Customer.GetName C# (CSharp) 메소드

GetName() 정적인 개인적인 메소드

static private GetName ( ) : string
리턴 string
        static string GetName()
        {
            return string.Format("{0} {1}", GetString(_firstNames), GetString(_lastNames));
        }