iSpyApplication.Helper.AlertGroup.AlertGroup C# (CSharp) Method

AlertGroup() public method

public AlertGroup ( string name ) : System
name string
return System
            public AlertGroup(string name)
            {
                LastReset = Now;
                Name = name;
            }
Helper.AlertGroup