Beispiel #1
0
 public DisplayUtil(muUIClient m)
 {
     _lgClient = m;
     singleton = this;
 }
Beispiel #2
0
 public DisplayUtil(muUIClient m)
 {
     this._lgClient        = m;
     DisplayUtil.singleton = this;
 }