using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace WPFupdate { internal class WPFupdate1 { public static void Main(string[] args) { Update update = new Update(); update.Update1(args[0]); } } }