HamBook – Diff between revs 3 and 7

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 3 Rev 7
Line 17... Line 17...
17 { 17 {
18 } 18 }
Line 19... Line 19...
19   19  
Line 20... Line 20...
20 public abstract int GetDefault(); 20 public abstract int GetDefault();
Line 21... Line 21...
21   21  
22 public abstract void Set(int level); 22 public abstract bool Set(int level);
23   23