C# Class FermiInTheAir.Utility.PlaneSettings

Show file Open project: TominaP/Fermi-in-the-air

Public Properties

Property Type Description
planeColor ConsoleColor
planeOneIsSelected bool
planeThreeIsSelected bool
planeTwoIsSelected bool

Public Methods

Method Description
SelectPlane ( ) : void
SelectPlaneColor ( ) : void

Private Methods

Method Description
WriteLines ( int lines ) : void

Method Details

SelectPlane() public static method

public static SelectPlane ( ) : void
return void

SelectPlaneColor() public static method

public static SelectPlaneColor ( ) : void
return void

Property Details

planeColor public static property

public static ConsoleColor planeColor
return ConsoleColor

planeOneIsSelected public static property

public static bool planeOneIsSelected
return bool

planeThreeIsSelected public static property

public static bool planeThreeIsSelected
return bool

planeTwoIsSelected public static property

public static bool planeTwoIsSelected
return bool