void model_StashLoading(POEModel sender, StashLoadedEventArgs e) { update("Loading " + ApplicationState.CurrentLeague + " Stash Tab " + (e.StashID + 1) + "...", e); }
void model_ImageLoading(POEModel sender, ImageLoadedEventArgs e) { update("Loading Image For " + e.URL, e); }
void model_Authenticating(POEModel sender, AuthenticateEventArgs e) { update("Authenticating " + e.Email, e); }
void model_StashLoading(POEModel sender, StashLoadedEventArgs e) { update(Lang.LoadingStrValue + " " + ApplicationState.CurrentLeague + " " + Lang.StashStrValue + " " + (e.StashID + 1) + "...", e); }
void model_ImageLoading(POEModel sender, ImageLoadedEventArgs e) { update(Lang.LoadingImgForStrValue+" " + e.URL, e); }
void model_Authenticating(POEModel sender, AuthenticateEventArgs e) { update(Lang.AuthorizationStrValue+" " + e.Email, e); }