public static FormDownloadCore GetForm() { if (_instant == null || _instant.IsDisposed) { _instant = new FormDownloadCore(); } return(_instant); }
void updateToolStripMenuItem_Click(object sender, EventArgs e) { FormDownloadCore.GetForm(); }
private void downloadV2rayCoreToolStripMenuItem1_Click(object sender, EventArgs e) { FormDownloadCore.GetForm(); }