コード例 #1
0
 public virtual void run()
 {
     if (command != null)
     {
         command.execute(null);
     }
 }