If I haven’t done something terrible stupid, please enlighten me. And
if I did, just say “Stupid”. I am really stuck

On Dec 30 2010, 10:25 pm, Shuhel Ahmed <[email protected]> wrote:
> Sorry, i may have post the problem again. Was not sure i got replies!
>
> Here is the method:
>
>         public virtual void  AddTransaction(OrderTransaction
> orderTransaction)
>         {
>             if (!_orderTransactions.Contains(orderTransaction))
>             {
>                 orderTransaction.OrderHeader = this;
>
> _orderTransactions.Add(orderTransaction);
>             }
>         }
>
> Thanks
>
> On Dec 29, 1:23 am, José F. Romaniello <[email protected]> wrote:
>
>
>
>
>
>
>
> > can you show this method:
>
> > 2010/12/28 Shuhel Ahmed <[email protected]>
>
> > > AddTransaction
>
> > thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"nhusers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/nhusers?hl=en.

Reply via email to