Hardware/IHardware.cs
changeset 275 35788ddd1825
parent 182 4801e9eaf979
child 298 96263190189a
     1.1 --- a/Hardware/IHardware.cs	Sat Apr 23 14:18:02 2011 +0000
     1.2 +++ b/Hardware/IHardware.cs	Sat Apr 30 16:03:58 2011 +0000
     1.3 @@ -16,7 +16,7 @@
     1.4  
     1.5    The Initial Developer of the Original Code is 
     1.6    Michael Möller <m.moeller@gmx.ch>.
     1.7 -  Portions created by the Initial Developer are Copyright (C) 2009-2010
     1.8 +  Portions created by the Initial Developer are Copyright (C) 2009-2011
     1.9    the Initial Developer. All Rights Reserved.
    1.10  
    1.11    Contributor(s):
    1.12 @@ -52,7 +52,7 @@
    1.13  
    1.14    public interface IHardware : IElement {
    1.15  
    1.16 -    string Name { get; }
    1.17 +    string Name { get; set; }
    1.18      Identifier Identifier { get; }
    1.19  
    1.20      HardwareType HardwareType { get; }