Parent Directory
|
Revision Log
|
Patch
revision 229 by william, Sat Jun 2 18:31:40 2012 UTC | revision 230 by william, Sat Jun 2 19:12:20 2012 UTC | |
---|---|---|
# | Line 437 namespace System.Windows.Forms | Line 437 namespace System.Windows.Forms |
437 | this.Update(); | this.Update(); |
438 | } | } |
439 | } | } |
440 | private int _PCSX2ProcessID; | private int _ProcessID; |
441 | public int PCSX2ProcessID { get { return _PCSX2ProcessID; } set { _PCSX2ProcessID = value; } } | public int ProcessID { get { return _ProcessID; } set { _ProcessID = value; } } |
442 | #endregion | #endregion |
443 | ||
444 | private void freezer_Tick(object sender, EventArgs e) | private void freezer_Tick(object sender, EventArgs e) |
|
ViewVC Help | |
Powered by ViewVC 1.1.22 |