tstx

151
reputation
2
12
if(me.About==null)
{
    throw new NotImplementedException("About not implemented\nProbably in dev..");
}
else{Console.WriteLine(me.About);}