Ejemplo n.º 1
0
 void OpenLastPetriNetFileCommandExecute(LastOpenedFile file)
 {
     OpenPetriNet(file.FileName);
 }
Ejemplo n.º 2
0
 bool OpenLastPetriNetFileCommandCanExecute(LastOpenedFile file)
 {
     return(true);
 }