Exemplo n.º 1
0
 public progressForm(PS4RTE p, int proc_id, ulong off, int s)
 {
     InitializeComponent();
     ps4    = p;
     pid    = proc_id;
     offset = off;
     size   = s;
 }
Exemplo n.º 2
0
 public Debug(int pid, PS4RTE parent)
 {
     ps4        = parent;
     process_id = pid;
     InitializeComponent();
 }