コード例 #1
0
 void model_StashLoading(POEModel sender, StashLoadedEventArgs e)
 {
     update(Lang.LoadingStrValue + " " + ApplicationState.CurrentLeague + " " + Lang.StashStrValue + " " + (e.StashID + 1) + "...", e);
 }
コード例 #2
0
 void model_StashLoading(POEModel sender, StashLoadedEventArgs e)
 {
     update("Loading " + ApplicationState.CurrentLeague + " Stash Tab " + (e.StashID + 1) + "...", e);
 }
コード例 #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);
 }