using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace SinochemInternetPlusApp { internal class NozzleReplacedEventArgs : EventArgs { public int NozzleId { get; set; } } }