Esempio n. 1
0
 public virtual string getGeneratedText()
 {
     if (Used)
     {
         string ret     = "-x " + FilterName;
         string options = m_optionsPane.getOptionsText();
         if (options.Length > 0)
         {
             ret += "," + options;
         }
         return(ret);
     }
     else
     {
         return("");
     }
 }
 internal string getOptionsText()
 {
     return(optionsPane.getOptionsText());
 }