Exemplo n.º 1
0
        internal Form(string name)
        {
            Name = name;

            _root  = new QRoot(this, "Root", true, null);
            Sheets = new List <AnswerSheet>();
        }
Exemplo n.º 2
0
        internal Form( string name )
        {
            Name = name;

            _root = new QRoot( this, "Root", true, null );
            Sheets = new List<AnswerSheet>();
        }