CAPNet.Alert.Alert C# (CSharp) Method

Alert() public method

public Alert ( ) : System
return System
        public Alert()
        {
            _info = new List<Info>();
        }
Alert