private void update(object obj) { OverlayWindow w = obj as OverlayWindow; { OverlayInfo.updateAccountInformation(); OverlayInfo.updateItemCount(); OverlayInfo.updateItemProjects(); } }
internal void onApiKeyCange(object sender, string e) { OverlayInfo.setAPIKey(e); }