Inheritance: System.EventArgs
コード例 #1
0
ファイル: RhmService.cs プロジェクト: gro-ove/actools
 private void OnGameStarted(object sender, GameStartedArgs e) {
     if (SettingsHolder.Drive.RhmIntegration && !NonCmInstanceRunned()) {
         Active = true;
         KeepRunning();
     }
 }
コード例 #2
0
ファイル: AppHibernator.cs プロジェクト: gro-ove/actools
 private void GameWrapper_Started(object sender, GameStartedArgs e) {
     _raceStartedByCm = true;
 }