public JustAdapter(JustClientInterface mJustClientInterface, JustEventInterface mJustEventInterface, object TAG) : this(mJustClientInterface, mJustEventInterface) { this.TAG = TAG; }
public JustAdapter(JustClientInterface mJustClientInterface, JustEventInterface mJustEventInterface) { this.mJustClientInterface = mJustClientInterface; this.mJustEventInterface = mJustEventInterface; this.TAG = null; }