Beispiel #1
0
        public Form(DataRow dr)
        {
            if (dr["formButtons"].ToString().StringToBool())
            {
                buttons = new Buttons();
            }

            attributes = new Attributes();
        }
Beispiel #2
0
 public Form()
 {
     buttons = new Buttons();
     attributes = new Attributes();
 }