コード例 #1
0
ファイル: Encdec.cs プロジェクト: PatrickSantoZZ/AION-Encdec
 /// <summary>
 /// Decode button click handler.
 /// </summary>
 private void DecodeButton_Click(object sender, EventArgs e) =>
 SDK.InitDecoding();
コード例 #2
0
ファイル: Encdec.cs プロジェクト: PatrickSantoZZ/AION-Encdec
 /// <summary>
 /// Repack button click handler.
 /// </summary>
 private void RepackButton_Click(object sender, EventArgs e) =>
 SDK.InitRepacking();
コード例 #3
0
ファイル: Encdec.cs プロジェクト: PatrickSantoZZ/AION-Encdec
 /// <summary>
 /// Extract button click handler.
 /// </summary>
 private void ExtractButton_Click(object sender, EventArgs e) =>
 SDK.InitExtraction();