예제 #1
0
 void OpenLastPetriNetFileCommandExecute(LastOpenedFile file)
 {
     OpenPetriNet(file.FileName);
 }
예제 #2
0
 bool OpenLastPetriNetFileCommandCanExecute(LastOpenedFile file)
 {
     return(true);
 }