private void props_etc_01_Checked(object sender, RoutedEventArgs e) { ModifyRegistry __reg = new ModifyRegistry(util.LoadProjectResource("REG_MAIN_RUN", "COMMONRES", "").ToString()); string __curDirectory = Directory.GetCurrentDirectory(); __reg.SetValue(RegKind.LocalMachine, "CdrAgent", string.Format("{0}\\CdrAgent.exe", __curDirectory)); _runstart = true; this.SaveProps(); }