Exemplo n.º 1
0
 public static FormDownloadCore GetForm()
 {
     if (_instant == null || _instant.IsDisposed)
     {
         _instant = new FormDownloadCore();
     }
     return(_instant);
 }
Exemplo n.º 2
0
 void updateToolStripMenuItem_Click(object sender, EventArgs e)
 {
     FormDownloadCore.GetForm();
 }
Exemplo n.º 3
0
 private void downloadV2rayCoreToolStripMenuItem1_Click(object sender, EventArgs e)
 {
     FormDownloadCore.GetForm();
 }