コード例 #1
0
ファイル: Main2.cs プロジェクト: phanhuuthang1999/SimpleTest
        public Main2()
        {
            InitializeComponent();
            _lstPage  = _bus.GetAllPage();
            _lstGroup = _bus.GetAllGroup();
            _lstForm  = _bus.GetAllForm();

            InitForm();
        }