示例#1
0
 public UserDisabledEvent(PathId targetPathId, IUser source) : base(targetPathId, source)
 {
 }
示例#2
0
 public KernelAddedEvent(PathId targetPathId, IKernel source) : base(targetPathId, source)
 {
 }
示例#3
0
 public KernelOutputRemovedEvent(PathId targetPathId, IKernelOutput source) : base(targetPathId, source)
 {
 }
示例#4
0
 public CoinKernelRemovedEvent(PathId targetPathId, ICoinKernel source) : base(targetPathId, source)
 {
 }
示例#5
0
 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
 public PoolUpdatedEvent(PathId targetPathId, IPool source) : base(targetPathId, source)
 {
 }
示例#22
0
 public GpuStateChangedEvent(PathId targetPathId, IGpu source) : base(targetPathId, source)
 {
 }
示例#23
0
 public PoolKernelRemovedEvent(PathId targetPathId, IPoolKernel source) : base(targetPathId, source)
 {
 }
示例#24
0
 public SysDicUpdatedEvent(PathId targetPathId, ISysDic source) : base(targetPathId, source)
 {
 }
示例#25
0
 public PackageRemovedEvent(PathId targetPathId, IPackage source) : base(targetPathId, source)
 {
 }
示例#26
0
 public SysDicItemRemovedEvent(PathId targetPathId, ISysDicItem source) : base(targetPathId, source)
 {
 }
示例#27
0
 public KernelInputUpdatedEvent(PathId targetPathId, IKernelInput source) : base(targetPathId, source)
 {
 }
示例#28
0
 public CoinUpdatedEvent(PathId targetPathId, ICoin source) : base(targetPathId, source)
 {
 }
示例#29
0
 public KernelOutputTranslaterRemovedEvent(PathId targetPathId, IKernelOutputTranslater source) : base(targetPathId, source)
 {
 }
示例#30
0
 public ColumnsRemovedEvent(PathId targetPathId, IColumnsShow source) : base(targetPathId, source)
 {
 }