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