CODE.Framework.Wpf.Theme.Battleship.Standard.Notification.Notification C# (CSharp) Method

Notification() public method

Initializes a new instance of the Notification class.
public Notification ( ) : System.Windows.Controls
return System.Windows.Controls
        public Notification()
        {
            InitializeComponent();
        }
    }
Notification