Hi,
I just started evaluating StarUML and wanted find out how well it is possible to generate C#-Code from models.
I made up a very simple model with just one interface 'I_Process' and one class 'Process', each having one operation
Run. The generation seems to work o.k.
When I add a few lines of code to Process.Run and reversed the files into the model then class file Process.cs seems to be ignored by the reverse process.
Maybe I'm just making a simple mistake.