コード例 #1
0
 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.
     //
 }
コード例 #2
0
		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.
			//
		}