예제 #1
0
 void signapk_SignapkExited(object sender, SignapkExitedEventArgs e)
 {
     if (e.ExitCode == 0)
     {
         ToLog(ApktoolEventType.Information, String.Format("Signing successfully completed. File saved to \"{0}\".", e.OutFilePath));
     }
     Done();
 }
예제 #2
0
 void signapk_SignapkExited(object sender, SignapkExitedEventArgs e)
 {
     if (e.ExitCode == 0)
     {
         ToLog(ApktoolEventType.Information, String.Format("Signing successfully completed. File saved to \"{0}\".", e.OutFilePath));
     }
     Done();
 }