| radu76 |
| Newbie |
|
| Bucharest |
|
|
| None Specified |
|
| Friday, July 3, 2009 |
| Friday, July 3, 2009 11:18:06 AM |
1 [0.01% of all post / 0.00 posts per day] |
|
Hello, I am currently evaluating UModel 2009 for my company and I have a small problem. I created a namespace and under it some enumerations, delegates and classes. Also I created a component diagram by following the tutorial and generated some C# 2008 code. Everything was perfect except one thing, in my generated .cs file namespace is put before each declaration (instead of having it on top with all declarations nested):
namespace InputLibrary { public abstract class Input ..... }
namespace InputLibrary { public class InputPressEventArgs : EventArgs .... }
namespace InputLibrary { public enum InputValue .... }
namespace InputLibrary { public delegate void InputPressEventHandler(Object sender, InputPressEventArgs e) .... }
Is anything I need to set in order to have the namespace displayed properly?
Thank you. Radu Curca.
|
|