Ext.Net.Response.Response C# (CSharp) Method

Response() private method

private Response ( bool success, string msg ) : System.ComponentModel
success bool
msg string
return System.ComponentModel
        public Response(bool success, string msg)
        {
            this.success = success;
            this.msg = msg;
        }

Same methods

Response::Response ( ) : System.ComponentModel
Response::Response ( bool success ) : System.ComponentModel