Ejemplo n.º 1
0
 public PredsCommand(KhadgarBotViewModel khadgarBotViewModel)
 {
     _khadgarBotViewModel    = khadgarBotViewModel;
     _predsTimer.Elapsed    += onPredsTimerElapsed;
     _cooldownTimer          = new Timer(_cooldownTimerValue);
     _cooldownTimer.Elapsed += onCooldownTimerElapsed;
 }
Ejemplo n.º 2
0
 public HeroesInfoCommand(KhadgarBotViewModel khadgarBotViewModel)
 {
     _infoRequestList     = new List <KeyValuePair <string, string> >();
     _khadgarBotViewModel = khadgarBotViewModel;
 }
Ejemplo n.º 3
0
 public KhadgarBotView()
 {
     InitializeComponent();
     DataContext = new KhadgarBotViewModel();
 }