コード例 #1
0
 public PacketInspectorForm(Packet packet)
 {
     this.packet = packet;
     InitializeComponent();
     Init();
 }