Exemple #1
0
 void addSlotElement(Puzzel_slot x)      //add a element to the list
 {
     Pslot_list.Add(x);
 }
	void addSlotElement(Puzzel_slot x){ //add a element to the list
		Pslot_list.Add(x);	
	}