예제 #1
0
 public RunAllTCmd(ITCommandService srv) : base(srv)
 {
 }
예제 #2
0
파일: PCMenuTCmd.cs 프로젝트: Serghii/Rig
 public PCMenuTCmd(ITCommandService srv) : base(srv)
 {
 }
예제 #3
0
 public MainKeyboardKeyTCmd(ITCommandService srv) : base(srv)
 {
 }
예제 #4
0
파일: TCommandBase.cs 프로젝트: Serghii/Rig
 protected TCommandBase(ITCommandService srv)
 {
     this.srv = srv;
 }
예제 #5
0
 public StopPingServerTCmd(ITCommandService srv) : base(srv)
 {
 }
예제 #6
0
 public ChangeMinerTCmd(ITCommandService srv) : base(srv)
 {
 }
예제 #7
0
 public ShowDifficultyTCmd(ITCommandService srv) : base(srv)
 {
 }
예제 #8
0
파일: ScreenTCmd.cs 프로젝트: Serghii/Rig
 public ScreenTCmd(ITCommandService srv) : base(srv)
 {
 }
예제 #9
0
 public IgnorAlarmTCmd(ITCommandService srv) : base(srv)
 {
 }
예제 #10
0
 public IgnorPingTCmd(ITCommandService srv) : base(srv)
 {
 }
예제 #11
0
 public RestartTCmd(ITCommandService srv) : base(srv)
 {
 }
예제 #12
0
 public LounchMinerTCmd(ITCommandService srv) : base(srv)
 {
 }
예제 #13
0
 public StopMinerTCmd(ITCommandService srv) : base(srv)
 {
 }
예제 #14
0
 public StopAlarmTCmd(ITCommandService srv) : base(srv)
 {
 }
예제 #15
0
파일: UpdateTCmd.cs 프로젝트: Serghii/Rig
 public UpdateTCmd(ITCommandService srv) : base(srv)
 {
 }
예제 #16
0
 public StopAllPingTCmd(ITCommandService srv) : base(srv)
 {
 }