Example #1
0
 /// <summary>
 /// Execute loading and processing the file
 /// </summary>
 /// <param name="fileName">The name of the file to load</param>
 protected override void LoadFile(string fileName)
 {
     _oldFileName = fileName;
     _tapeFileVm  = new TapeFileViewModel();
     _tapeFileVm.ReadFrom(fileName);
 }
 /// <summary>Initializes a new instance of the MessageBase class.</summary>
 public TzxBlockSelectedMessage(TapeFileViewModel sender, TapeBlockViewModelBase block)
 {
     Sender = sender;
     Block  = block;
 }