Ext.Net.TableLayout.TableLayout C# (CSharp) Метод

TableLayout() публичный Метод

public TableLayout ( Config config ) : System
config Config
Результат System
        public TableLayout(Config config)
        {
            this.Apply(config);
        }
TableLayout