Hardware/IComputer.cs
changeset 110 411b72b73d8f
parent 86 b4f0f206173d
child 167 b7cc9d09aefe
     1.1 --- a/Hardware/IComputer.cs	Thu May 06 19:20:38 2010 +0000
     1.2 +++ b/Hardware/IComputer.cs	Sun May 09 16:22:13 2010 +0000
     1.3 @@ -42,7 +42,7 @@
     1.4  
     1.5    public delegate void HardwareEventHandler(IHardware hardware);
     1.6  
     1.7 -  public interface IComputer {
     1.8 +  public interface IComputer : IElement {
     1.9  
    1.10      IHardware[] Hardware { get; }
    1.11