Beispiel #1
0
 public void Dispose()
 {
     parent_ = null;
 }
Beispiel #2
0
 public Interceptor(DBusObjectBase parent)
 {
     parent_ = parent;
 }