Description of PLinkOne.
Inheritance: PLinkCore.PLink
コード例 #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();
        }
コード例 #2
0
ファイル: MainForm.cs プロジェクト: seogi1004/plink
        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();
        }