18 lines
432 B
C#
18 lines
432 B
C#
using System.Windows.Controls;
|
|
|
|
namespace ENI2.Controls
|
|
{
|
|
/// <summary>
|
|
/// Interaction logic for MaerskOverviewControl.xaml
|
|
/// </summary>
|
|
public partial class MaerskOverviewControl : UserControl
|
|
{
|
|
public MaerskOverviewControl()
|
|
{
|
|
InitializeComponent();
|
|
this.brvListControl.PortLocode = "DEBRV";
|
|
this.wvnListControl.PortLocode = "DEWVN";
|
|
}
|
|
}
|
|
}
|