9 lines
103 B
C#
9 lines
103 B
C#
namespace Laptop
|
|
{
|
|
|
|
public enum LaptopStates : byte
|
|
{
|
|
Open,
|
|
Close
|
|
}
|
|
} |