Initial code has the wrong namespace and class name.
Moreover, shouldn't GetCell be a static method? I don't see why we have to instantiate an empty, useless class just to use a method.
GetCell
Loading collection data...
Initial code has the wrong namespace and class name.
Moreover, shouldn't
GetCell
be a static method? I don't see why we have to instantiate an empty, useless class just to use a method.