Beispiel #1
0
 public ListCommand(CommandEntity commandEntity, ICcTray ccTray)
 {
     _commandEntity = commandEntity;
     _ccTray = ccTray;
 }
Beispiel #2
0
 public CmdFactory(ICommandParser commandParser, ICcTray ccTray)
 {
     _commandParser = commandParser;
     _ccTray = ccTray;
 }
Beispiel #3
0
 public SkypeMessenger(ICcTray ccTray, IProjectwatcher projectwatcher)
 {
     _ccTray = ccTray;
     _projectwatcher = projectwatcher;
 }
Beispiel #4
0
 public CcSkype(ICcTray cctray)
 {
     _cctray = cctray;
 }