Example #1
0
bool CAccountViewTest::EraseKeyID() {
	for (int i = 0; i < VECTOR_SIZE; i++) {
		pAccountViewTip->EraseKeyId(vRandomRegID.at(i).vRegID);
	}

	return true;
}