示例#1
0
 /// <summary>
 /// Tells the command that's running this dialog that we're finished
 /// </summary>
 void Finish()
 {
     if (m_Command != null)
     {
         m_Command.DialFinish(this);
     }
 }