Exemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="LoadoutTab"/> class.
 /// </summary>
 /// <param name="containerState"> State of the container. </param>
 public LoadoutTab(ContainerState containerState)
     : base(containerState)
 {
 }
Exemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="OverviewTab"/> class.
 /// </summary>
 /// <param name="containerState"> State of the container. </param>
 public OverviewTab(ContainerState containerState)
 {
     _containerState = containerState;
 }
Exemplo n.º 3
0
 /// <summary>
 /// Initializes a new instance of the <see cref="InventoryTab"/> class.
 /// </summary>
 /// <param name="containerState"> State of the container. </param>
 public InventoryTab(ContainerState containerState)
     : base(containerState)
 {
 }