Recurity.Swf.Rect.Verify C# (CSharp) 메소드

Verify() 공개 메소드

public Verify ( ) : bool
리턴 bool
        public bool Verify()
        {
            // TODO : implement real check here.
            return true;
        }