D
Digital Fart
I was looking at the GFAX - Gnome fax application and i see
that in the main.cs the author puts the using inside his namespace.
namespace gfax {
using System;
using System.IO;
using System.Collections;
....
But in all the tutorial i have seen they start with using and then
start their namespace.
What would be the difference and/or advantage?
Joeri
that in the main.cs the author puts the using inside his namespace.
namespace gfax {
using System;
using System.IO;
using System.Collections;
....
But in all the tutorial i have seen they start with using and then
start their namespace.
What would be the difference and/or advantage?
Joeri