Example #1
0
 protected override bool ShowCode()
 {
     if (context != null)
     {
         context.ShowSourceCode();
         return(true);
     }
     return(false);
 }