1using System;
2using System.Collections.Generic;
3using System.Text;
4
5namespace Name
6{
7 public class Name
8 {
9 #region Declarations / initializers ...
10
11 #endregion
12 #region Constructors ...
13
14
15 public Name()
16 {
17
18 }
19 #endregion
20 #region Public methods ...
21
22 #endregion
23 #region Private methods ...
24
25 #endregion
26
27 }
28}