ReplaceData() public method

public ReplaceData ( byte buff, int entry ) : void
buff byte
entry int
return void
コード例 #1
0
 public void replaceToolStripMenuItem_Click(object sender, EventArgs e)
 {
     if (Code.Length == 0)
     {
         return;
     }
     cond.ReplaceData(Code, currnr);
 }