Ejemplo n.º 1
0
 public void CreateControl()
 {
     App.InvokeAction(delegate
     {
         this.control = new MinecraftVersionControl(this);
         App.mainWindow.lstBackup.Items.Add(control);
     });
 }
Ejemplo n.º 2
0
 public void CreateControl()
 {
     App.InvokeAction(delegate
     {
         this.control = new MinecraftVersionControl(this);
         App.mainWindow.lstBackup.Items.Add(control);
     });
 }