Ejemplo n.º 1
0
 // initialize the local ipguard object and load any new
 // lists from the module list dir
 public IPGuardUI(IPGuard g)
 {
     this.g = g;
     loadLists();
     InitializeComponent();
 }
Ejemplo n.º 2
0
 // initialize the local ipguard object and load any new
 // lists from the module list dir
 public IPGuardUI(IPGuard g)
 {
     this.g = g;
     loadLists();
     InitializeComponent();
 }