Пример #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)
 {
 }