コード例 #1
0
 public UserDisabledEvent(PathId targetPathId, IUser source) : base(targetPathId, source)
 {
 }
コード例 #2
0
ファイル: Messages.cs プロジェクト: zhcui8899/NtMiner
 public KernelAddedEvent(PathId targetPathId, IKernel source) : base(targetPathId, source)
 {
 }
コード例 #3
0
ファイル: Messages.cs プロジェクト: zhcui8899/NtMiner
 public KernelOutputRemovedEvent(PathId targetPathId, IKernelOutput source) : base(targetPathId, source)
 {
 }
コード例 #4
0
ファイル: Messages.cs プロジェクト: zhcui8899/NtMiner
 public CoinKernelRemovedEvent(PathId targetPathId, ICoinKernel source) : base(targetPathId, source)
 {
 }
コード例 #5
0
ファイル: Messages.cs プロジェクト: zhcui8899/NtMiner
 public PackageUpdatedEvent(PathId targetPathId, IPackage source) : base(targetPathId, source)
 {
 }
コード例 #6
0
 public CoinGroupRemovedEvent(PathId targetPathId, ICoinGroup source) : base(targetPathId, source)
 {
 }
コード例 #7
0
 public FragmentWriterRemovedEvent(PathId targetPathId, IFragmentWriter source) : base(targetPathId, source)
 {
 }
コード例 #8
0
 public GpuShareChangedEvent(PathId targetPathId, IGpuSpeed gpuSpeed) : base(targetPathId, gpuSpeed)
 {
 }
コード例 #9
0
 public AcceptShareIncreasedEvent(PathId targetPathId, IGpuSpeed gpuSpeed) : base(targetPathId, gpuSpeed)
 {
 }
コード例 #10
0
 public GpuProfileAddedOrUpdatedEvent(PathId targetPathId, IGpuProfile source) : base(targetPathId, source)
 {
 }
コード例 #11
0
 public GpuSpeedChangedEvent(bool isDual, PathId targetPathId, IGpuSpeed gpuSpeed) : base(targetPathId, gpuSpeed)
 {
     this.IsDual = isDual;
 }
コード例 #12
0
 public CoinOverClockDoneEvent(PathId targetPathId) : base(targetPathId)
 {
 }
コード例 #13
0
 public OverClockDataRemovedEvent(PathId targetPathId, IOverClockData source) : base(targetPathId, source)
 {
 }
コード例 #14
0
 public NTMinerWalletRemovedEvent(PathId targetPathId, INTMinerWallet source) : base(targetPathId, source)
 {
 }
コード例 #15
0
 public CoinIconDownloadedEvent(PathId targetPathId, ICoin source) : base(targetPathId, source)
 {
 }
コード例 #16
0
 public RejectShareSetedEvent(PathId targetPathId, IGpuSpeed gpuSpeed) : base(targetPathId, gpuSpeed)
 {
 }
コード例 #17
0
 public GroupUpdatedEvent(PathId targetPathId, IGroup source) : base(targetPathId, source)
 {
 }
コード例 #18
0
 public IncorrectShareIncreasedEvent(PathId targetPathId, IGpuSpeed gpuSpeed) : base(targetPathId, gpuSpeed)
 {
 }
コード例 #19
0
 public FileWriterRemovedEvent(PathId targetPathId, IFileWriter source) : base(targetPathId, source)
 {
 }
コード例 #20
0
 public ShareChangedEvent(PathId targetPathId, ICoinShare share) : base(targetPathId, share)
 {
 }
コード例 #21
0
ファイル: Messages.cs プロジェクト: zhcui8899/NtMiner
 public PoolUpdatedEvent(PathId targetPathId, IPool source) : base(targetPathId, source)
 {
 }
コード例 #22
0
 public GpuStateChangedEvent(PathId targetPathId, IGpu source) : base(targetPathId, source)
 {
 }
コード例 #23
0
ファイル: Messages.cs プロジェクト: zhcui8899/NtMiner
 public PoolKernelRemovedEvent(PathId targetPathId, IPoolKernel source) : base(targetPathId, source)
 {
 }
コード例 #24
0
 public SysDicUpdatedEvent(PathId targetPathId, ISysDic source) : base(targetPathId, source)
 {
 }
コード例 #25
0
ファイル: Messages.cs プロジェクト: zhcui8899/NtMiner
 public PackageRemovedEvent(PathId targetPathId, IPackage source) : base(targetPathId, source)
 {
 }
コード例 #26
0
 public SysDicItemRemovedEvent(PathId targetPathId, ISysDicItem source) : base(targetPathId, source)
 {
 }
コード例 #27
0
ファイル: Messages.cs プロジェクト: zhcui8899/NtMiner
 public KernelInputUpdatedEvent(PathId targetPathId, IKernelInput source) : base(targetPathId, source)
 {
 }
コード例 #28
0
 public CoinUpdatedEvent(PathId targetPathId, ICoin source) : base(targetPathId, source)
 {
 }
コード例 #29
0
ファイル: Messages.cs プロジェクト: zhcui8899/NtMiner
 public KernelOutputTranslaterRemovedEvent(PathId targetPathId, IKernelOutputTranslater source) : base(targetPathId, source)
 {
 }
コード例 #30
0
 public ColumnsRemovedEvent(PathId targetPathId, IColumnsShow source) : base(targetPathId, source)
 {
 }