rbscan.Models.Notify.Notify C# (CSharp) Method

Notify() public method

public Notify ( string message, Type type ) : System.Windows.Media
message string
type Type
return System.Windows.Media
        public Notify( string message, Type type )
        {
            State = true;
            Message = message;
            NotifyColor = GetColor( type );
        }

Same methods

Notify::Notify ( ) : System.Windows.Media