Exemplo n.º 1
0
		/// <summary>
		/// Have this utility do what it does.
		/// </summary>
		public void Process()
		{
			Debug.Assert(m_dlg != null);
			using (FlexChorusDlg dlg = new FlexChorusDlg(m_cache))
			{
				dlg.ShowDialog();
			}
		}