Esempio n. 1
0
 public XMLData(System.String src,
                System.String dest, XMLDataList.ItemType type)
 {
     this.moniteePath = src;
     this.DestPath    = dest;
     this.type        = type;
 }
Esempio n. 2
0
 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++;
 }