void model_StashLoading(POEModel sender, StashLoadedEventArgs e)
 {
     update(Lang.LoadingStrValue + " " + ApplicationState.CurrentLeague + " " + Lang.StashStrValue + " " + (e.StashID + 1) + "...", e);
 }
 void model_StashLoading(POEModel sender, StashLoadedEventArgs e)
 {
     update("Loading " + ApplicationState.CurrentLeague + " Stash Tab " + (e.StashID + 1) + "...", e);
 }
Example #3
0
 private void model_StashLoading(POEApi.Model.POEModel sender, POEApi.Model.Events.StashLoadedEventArgs e)
 {
     update("Loading " + ApplicationState.CurrentLeague + " Stash Tab " + (e.StashID + 1) + "...", e);
 }