Exemple #1
0
 public void OnNotification(object sender, AstrumClient.NotificationEventArgs e)
 {
     if (notifyIcon != null)
     {
         notifyIcon.ShowBalloonTip(e.Duration, client.ViewModel.WindowTitle, e.Message, ToolTipIcon.None);
     }
 }
Exemple #2
0
        public MainWindow()
        {
            InitializeComponent();

            client = new AstrumClient();
            client.OnNotification += OnNotification;

            this.DataContext = client.ViewModel;
            InitialTray();

            initLoginPanel();
        }
Exemple #3
0
 public MypageHandler(AstrumClient client)
 {
     _client = client;
 }
Exemple #4
0
 public GiftHandler(AstrumClient client)
 {
     _client = client;
 }
Exemple #5
0
 public BreedingHandler(AstrumClient client)
 {
     _client = client;
 }
 public LimitedRaidHandler(AstrumClient client)
 {
     _client = client;
 }
Exemple #7
0
 public TraningHandler(AstrumClient client)
 {
     _client = client;
 }
Exemple #8
0
 public ItemHandler(AstrumClient client)
 {
     _client = client;
 }
 public GuildBattleHandler(AstrumClient client)
 {
     _client = client;
 }
Exemple #10
0
 public QuestHandler(AstrumClient client)
 {
     _client = client;
 }
Exemple #11
0
 public GachaHandler(AstrumClient client)
 {
     _client = client;
 }
 public SpecialAreaHandler(AstrumClient client)
     : base(client)
 {
 }
Exemple #13
0
 public FuryRaidHandler(AstrumClient client)
 {
     _client = client;
 }
Exemple #14
0
 public TalkHandler(AstrumClient client)
 {
     _client = client;
 }