I just reached dubai and came to my new office. I have already been shown the product that I will be working on. Framework has been discussed and also user manual has been handed over to me. On may way to dubai i lost a luggage bag due to careless attitude of the airline 🙁 … so the first few hours have been quite eventful …
i hope things will come out good here insha Allah.
public override string ToString()
{
if (bLuggageFound)
return “Thank God!”;
else if (bAirlineCompensated)
return “Good for you!”
else
throw FoulPlayException(“Damn that airliner.”);
}