HamBook – Diff between revs 41 and 42

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 41 Rev 42
Line 78... Line 78...
78 _changedConfigurationContinuation = new ScheduledContinuation(); 78 _changedConfigurationContinuation = new ScheduledContinuation();
Line 79... Line 79...
79   79  
80 _squelchScheduledContinuation = new ScheduledContinuation(); 80 _squelchScheduledContinuation = new ScheduledContinuation();
Line 81... Line 81...
81 _powerScheduledContinuation = new ScheduledContinuation(); 81 _powerScheduledContinuation = new ScheduledContinuation();
82   82  
Line 83... Line 83...
83 _memoryBanks = MemoryBanks.Create("Yaesu FT-891"); 83 _memoryBanks = Radios.Generic.MemoryBanks.Create("Yaesu FT-891");
84 } 84 }
85   85