예제 #1
0
 public progressForm(PS4RTE p, int proc_id, ulong off, int s)
 {
     InitializeComponent();
     ps4    = p;
     pid    = proc_id;
     offset = off;
     size   = s;
 }
예제 #2
0
파일: Debug.cs 프로젝트: ps4lib/OpenRTE
 public Debug(int pid, PS4RTE parent)
 {
     ps4        = parent;
     process_id = pid;
     InitializeComponent();
 }