Artech.UC.gxui.Installation.Validator.ValidateAll C# (CSharp) 메소드

ValidateAll() 공개 정적인 메소드

public static ValidateAll ( string &message ) : bool
message string
리턴 bool
		public static bool ValidateAll(out string message)
		{
			return ValidateExtJsInstallation(out message);
		}