Esempio n. 1
0
 internal CommandEvent(ICLICommand command, IUIOption opt)
 {
     Command = command;
     Option  = opt;
 }