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