Example #1
0
 public Form1()
 {
     InitializeComponent();
     m_patcherList[0] = new Patcher("C:\\abcd.bin", new byte[] { 10, 11 }, new byte[] { 43, 55 }, 2);
     m_patcherList[0].InitializeFlags();
 }
Example #2
0
 public Form1()
 {
     InitializeComponent();
     m_patcherList[0] = new Patcher("C:\\abcd.bin", new byte[] { 10, 11 }, new byte[] { 43, 55 }, 2);
     m_patcherList[0].InitializeFlags();
 }