Beispiel #1
0
 /// <summary>
 /// Return the configuration from the modal.
 /// </summary>
 public string Execute(string[] args, out bool result)
 {
     return(m_modal.GetConfig(out result));
 }