예제 #1
0
        //Create a follow up form containing a list of special requests made during the operation
        public FollowUpSectionForm()
        {
            InitializeComponent();
            RequestLine requestLine = new RequestLine();

            requestLine.doRequestLine(this);
        }