Exemplo n.º 1
0
 public void CloseProfiler()
 {
     if (m_ProfilerWindow != null)
     {
         m_ProfilerWindow.Close();
     }
 }