상속: NanQi.Framework.Control.ToolWindow
예제 #1
0
파일: FrmMain.cs 프로젝트: NanQi/demo
        public FrmMain()
        {
            InitializeComponent();

            _frmSolution = new FrmSolution(this);
            _frmSolution.Show(this.tradeContainer1);
        }
예제 #2
0
        public FrmMain()
        {
            InitializeComponent();

            _frmSolution = new FrmSolution(this);
            _frmSolution.Show(this.tradeContainer1);
        }