Example #1
0
 public ProtocolControl()
 {
     InitializeComponent();
     protocolPresenter = new ProtocolPresenter(this);
 }