public CompressItem(CompressItemType type, string data) {
			this.type = type;
			this.data = data;
		}
Exemple #2
0
 public CompressItem(CompressItemType type, string data)
 {
     this.type = type;
     this.data = data;
 }