Exemple #1
0
 protected override string ProcessChange()
 {
     if (this.templateNode.Name.ToLower() == "fortunecookie")
     {
         com.fullerdata.www.FullerDataFortuneCookie fc = new ExampleCustomAIMLTags.com.fullerdata.www.FullerDataFortuneCookie();
         string fortune = fc.GetFortuneCookie();
         return(fortune);
     }
     return(string.Empty);
 }
Exemple #2
0
 protected override string ProcessChange()
 {
     if (this.templateNode.Name.ToLower() == "fortunecookie")
     {
         com.fullerdata.www.FullerDataFortuneCookie fc = new ExampleCustomAIMLTags.com.fullerdata.www.FullerDataFortuneCookie();
         string fortune = fc.GetFortuneCookie();
         return fortune;
     }
     return string.Empty;
 }