Ejemplo n.º 1
0
 private void MainForm_Load(object sender, EventArgs e)
 {
     ParaLoad();
     LTEUnion.DataLoad(this.listView1, System.Windows.Forms.Application.StartupPath + "\\DetectData.bin");
     COM.ZCTT.AGI.Common.Global.tempClass.HeartBeatCountEvent       += new Class1.HeartBeatCountHandler(HeartBeatCount);
     COM.ZCTT.AGI.Common.Global.tempClass.SendUeInfoToMainFormEvent += new Class1.SendUeInfoToMainFormHandler(UeInfoReceived);
 }
Ejemplo n.º 2
0
 public ImsiBankForm()
 {
     InitializeComponent();
     LTEUnion.DataLoad(this.listView1, System.Windows.Forms.Application.StartupPath + "\\ImsiBankData.bin");
     textBox1.Text    = "1";
     textBox1.Enabled = false;
     Global.tempClass.IBOPERStatusEvent     += new Class1.IBOPERStatusHandler(IbOperStatus);
     Global.tempClass.DetectToImsiBankEvent += new Class1.DetectToImsiBankHandler(DetectToImsiBank);
 }
Ejemplo n.º 3
0
        public DlSniffForm()
        {
            InitializeComponent();
            textBox1.Text    = "1";
            textBox1.Enabled = false;

            textBox3.Text           = "100";
            comboBox1.SelectedIndex = 0;
            checkBox1.Checked       = true;
            Global.tempClass.SendToDlSniffFormEvent += new Class1.SendToDlSniffFormHandler(DlSniffReceived);

            LTEUnion.DataLoad(this.listView1, System.Windows.Forms.Application.StartupPath + "\\DlSniffData.bin");
        }