Hi there!
I know the Definition of HashTable:: Is Add(object Key, object value).
This is what i want to do: {
//My KEY is the TesterID, Is Unique.
FinalData_HS.Add(Testerid,TesterName,CurrentApps);
}