示例#1
0
        public WindowMain()
        {
            m_wnd = this;
            InitializeComponent();
            this.Closed += test4_Closed;

            InitServerTab();

            InitJsonFileView();
            //InitServerCommandView();
            InitLinuxDirectory();
        }
示例#2
0
 public WindowMain()
 {
     current = this;
     InitializeComponent();
     this.Closed += test4_Closed;
 }