public Updater(UpdaterArg arg) { _curDllVersion = arg.DllVersion; _curGuiVersion = arg.GuiVersion; _archName = arg.ArchName; _parentProcessId = arg.ParentProcessId; _noMessageBoxIfCurrent = arg.NoMessageBoxIfCurrent; }
static public void UpdateUDT(UpdaterArg arg) { var updater = new Updater(arg); updater.Update(); }