public XMLData(System.String src, System.String dest, XMLDataList.ItemType type) { this.moniteePath = src; this.DestPath = dest; this.type = type; }
public Monitee(string monitee, string destination, XMLDataList.ItemType type) { this.Name = monitee; this.Type = type; this.destination = new String[5]; this.destination[Index] = destination; Index++; }