コード例 #1
0
 public SystemdLogindSuspendWatcher(IDBusFactory dBusFactory) : base(dBusFactory)
 {
 }
 protected AbstractDBusLockEventWatcher(IDBusFactory dbusFactory)
 {
     DBusConnection = dbusFactory.GetConnection();
     _dbusThread    = new Thread(RunWrapper);
     _dbusStopEvent = new ManualResetEvent(false);
 }