QAFormLayout.cs 167 B

123456789
  1. using System;
  2. namespace InABox.Core
  3. {
  4. [Obsolete("Being Replaced with DigitalFormLayout", true)]
  5. public class QAFormLayout : DigitalFormLayout
  6. {
  7. }
  8. }