public VstPluginControl(VSTHostNode node) { // // The InitializeComponent() call is required for Windows Forms designer support. // InitializeComponent(); Node = node; // // TODO: Add constructor code after the InitializeComponent() call. // }