private void BeginCacheClearCeremony() { m_cacheClearSubView = new OptionsCacheClearSubView(); m_cacheClearSubView.DisplayWarning(() => OptionsViewCLIMethods.ClearCacheSelected(m_nativeCallerPointer)); }
public void ConcludeCacheClearCeremony() { m_cacheClearSubView.ConcludeCeremony(); m_cacheClearSubView = null; }