Rank: Newbie
Joined: 7/3/2009 Posts: 1 Location: Bucharest
|
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.
|
Rank: Advanced Member
Joined: 9/28/2005 Posts: 371 Location: Vienna
|
Hello Radu!
Did you also test our C# Bank sample? Please can you send your sample to Altova Support?
|