예제 #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)
 {
 }