Beispiel #1
0
 public JustAdapter(JustClientInterface mJustClientInterface, JustEventInterface mJustEventInterface,
                    object TAG) : this(mJustClientInterface, mJustEventInterface)
 {
     this.TAG = TAG;
 }
Beispiel #2
0
 public JustAdapter(JustClientInterface mJustClientInterface, JustEventInterface mJustEventInterface,
     object TAG)
     : this(mJustClientInterface, mJustEventInterface)
 {
     this.TAG = TAG;
 }
Beispiel #3
0
 public JustAdapter(JustClientInterface mJustClientInterface, JustEventInterface mJustEventInterface)
 {
     this.mJustClientInterface = mJustClientInterface;
     this.mJustEventInterface  = mJustEventInterface;
     this.TAG = null;
 }
Beispiel #4
0
 public JustAdapter(JustClientInterface mJustClientInterface, JustEventInterface mJustEventInterface)
 {
     this.mJustClientInterface = mJustClientInterface;
     this.mJustEventInterface = mJustEventInterface;
     this.TAG = null;
 }