Beispiel #1
0
 internal SCHostSession(SCHostInterface hostinterface, String category)
 {
     this._category  = category;
     this._interface = hostinterface;
 }
 internal SCHostCategory(SCHostInterface hostinterface, int type)
 {
     _type      = type;
     _interface = hostinterface;
 }