T
Tony Johansson
Hello!
Below I have manually added the two statement #region Using directives and
#endregion.
I wonder if this possible to have the Visual studio 2005 to generate these
two statement for those statement
that should be included in this section.
#region Using directives
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Windows.Forms;
using System.IO;
#endregion
//Tony
Below I have manually added the two statement #region Using directives and
#endregion.
I wonder if this possible to have the Visual studio 2005 to generate these
two statement for those statement
that should be included in this section.
#region Using directives
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Windows.Forms;
using System.IO;
#endregion
//Tony