Esempio n. 1
0
        public TableRow(TableRowCollection o)
        {
            owner = o;

            ItemsControls = new TableRowControlsCollection(this, 0);
            Height        = 22;
        }
Esempio n. 2
0
        public TableRow(TableRowCollection owner)
        {
            rowCollection = owner;

            ItemsControls = new TableRowControlsCollection(this, 0);
            Height        = 22;
        }
Esempio n. 3
0
        public TableRow(TableRowCollection o)
        {
            owner = o;

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