Description of PLinkOne.
Inheritance: PLinkCore.PLink
Exemple #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();
        }
Exemple #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();
        }