예제 #1
0
        public ListTestPane(FiliterTestByEnum filiterby, int parentid)
        {
            this._filiterBy = filiterby;
            this._parentId = parentid;

            InitializeComponent();
            PopTests();
        }
예제 #2
0
        public ListTestPane(FiliterTestByEnum filiterby, int parentid)
        {
            this._filiterBy = filiterby;
            this._parentId  = parentid;

            InitializeComponent();
            PopTests();
        }