AbstractToYield.CustomEventArgs.CustomEventArgs C# (CSharp) 메소드

CustomEventArgs() 공개 메소드

public CustomEventArgs ( string s ) : System
s string
리턴 System
        public CustomEventArgs(string s)
        {
            message = s;
        }
CustomEventArgs