This looks similar too some other packaging issues outstanding that might
have to do with generics and/or abstract classes.
More info; this is what my ProcessLogin class inherits from:
public abstract class AsyncCommand
: AsyncTask, IContextSetter,
ICallbackSetter
{
protected
Hi everyone,
I had a functional application working fine, using TinyIoC for DI.
In particular one of my classes looks like this:
public class ProcessLogin : AsyncCommand
{
private IDataService _dataService;
private Context _context;
private ProgressDialog _progressDia