Description of PLinkOne.
Inheritance: PLinkCore.PLink
Exemplo n.º 1
0
        public MainForm()
        {
            //
            // The InitializeComponent() call is required for Windows Forms designer support.
            //
            InitializeComponent();

            //
            // TODO: Add constructor code after the InitializeComponent() call.
            //
            one = new PLink(this);
            one.OnLoad();
        }
Exemplo n.º 2
0
        public MainForm()
        {
            //
            // The InitializeComponent() call is required for Windows Forms designer support.
            //
            InitializeComponent();

            //
            // TODO: Add constructor code after the InitializeComponent() call.
            //
            one = new PLink(this);
            one.OnLoad();
        }