SimpleAirCommandProcessor class.
Inheritance: IAirCommandProcessor
Beispiel #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="AirConfiguration" /> class.
 /// </summary>
 public AirConfiguration()
 {
     Storage = new LocalAirStorage();
     Serialisation = new SimpleAirSerialisation();
     CommandProcessor = new SimpleAirCommandProcessor(this);
     IdFactory = new SimpleAirIdFactory(2);
 }
Beispiel #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="AirConfiguration" /> class.
 /// </summary>
 public AirConfiguration()
 {
     Storage          = new LocalAirStorage();
     Serialisation    = new SimpleAirSerialisation();
     CommandProcessor = new SimpleAirCommandProcessor(this);
     IdFactory        = new SimpleAirIdFactory(2);
 }