Ejemplo n.º 1
0
        public MainWindow()
        {
            InitializeComponent();

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

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

            initLoginPanel();
        }
Ejemplo n.º 2
0
 public GachaHandler(AstrumClient client)
 {
     _client = client;
 }
Ejemplo n.º 3
0
 public GuildBattleHandler(AstrumClient client)
 {
     _client = client;
 }
Ejemplo n.º 4
0
 public BreedingHandler(AstrumClient client)
 {
     _client = client;
 }
Ejemplo n.º 5
0
 public QuestHandler(AstrumClient client)
 {
     _client = client;
 }
Ejemplo n.º 6
0
 public TalkHandler(AstrumClient client)
 {
     _client = client;
 }
Ejemplo n.º 7
0
 public FuryRaidHandler(AstrumClient client)
 {
     _client = client;
 }
Ejemplo n.º 8
0
 public MypageHandler(AstrumClient client)
 {
     _client = client;
 }
Ejemplo n.º 9
0
 public LimitedRaidHandler(AstrumClient client)
 {
     _client = client;
 }
Ejemplo n.º 10
0
 public SpecialAreaHandler(AstrumClient client) : base(client)
 {
 }
Ejemplo n.º 11
0
 public TraningHandler(AstrumClient client)
 {
     _client = client;
 }
Ejemplo n.º 12
0
 public GiftHandler(AstrumClient client)
 {
     _client = client;
 }
Ejemplo n.º 13
0
 public ItemHandler(AstrumClient client)
 {
     _client = client;
 }