Exemple #1
0
 /// <summary>
 /// Some key was pressed.
 /// </summary>
 public void CommandExec(string Command)
 {
     if (BaseGuiNode != null)
     {
         BaseGuiNode.CommandExec(Command);
     }
 }
Exemple #2
0
 /// <summary>
 /// Some key was pressed.
 /// </summary>
 public void CommandExec(string Command)
 {
     BaseGuiNode.CommandExec(Command);
 }