Exemple #1
0
 public virtual void RunAction(LNAction action)
 {
     if (content != null)
     {
         content.RunAction(action);
     }
 }