示例#1
0
        public TableRow(TableRowCollection o)
        {
            owner = o;

            ItemsControls = new TableRowControlsCollection(this, 0);
            Height        = 22;
        }
示例#2
0
        public TableRow(TableRowCollection owner)
        {
            rowCollection = owner;

            ItemsControls = new TableRowControlsCollection(this, 0);
            Height        = 22;
        }
示例#3
0
        public TableRow(TableRowCollection o)
        {
            owner = o;

            ItemsControls = new TableRowControlsCollection(this, 0);
            Height = 22;
        }