Esempio n. 1
0
 /// <summary>
 /// Return the log from the modal.
 /// </summary>
 public string Execute(string[] args, out bool result)
 {
     return(m_modal.GetLog(out result));
 }