public void parseApkAsync(string path, OnParseEnd end) { this.apkPath = path; this.end = end; new Thread(parseApk).Start(); }