コード例 #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();
 }
コード例 #2
0
ファイル: IPGuardUI.cs プロジェクト: hatRiot/fireBwall
 // initialize the local ipguard object and load any new
 // lists from the module list dir
 public IPGuardUI(IPGuard g)
 {
     this.g = g;
     loadLists();
     InitializeComponent();
 }