Exemple #1
0
 public void CreateControl()
 {
     App.InvokeAction(delegate
     {
         this.control = new MinecraftVersionControl(this);
         App.mainWindow.lstBackup.Items.Add(control);
     });
 }
 public void CreateControl()
 {
     App.InvokeAction(delegate
     {
         this.control = new MinecraftVersionControl(this);
         App.mainWindow.lstBackup.Items.Add(control);
     });
 }