BF2Statistics.Notify.Notify C# (CSharp) Method

Notify() static private method

Static Constructor
static private Notify ( ) : System
return System
        static Notify()
        {
            AlertsShowing = false;
            MainForm.SysIcon.BalloonTipClosed += AlertClosed;
        }