Exemple #1
0
 public void PrepareAction()
 {
     if (PrimaryAction != null)
     {
         PrimaryAction.Prepare();
     }
 }