Beispiel #1
0
 public TargInfo(Main m)
 {
     mainForm = m;
     host     = new Host();
     local    = new Local();
     logs     = new TargLogs(this);
 }
Beispiel #2
0
        private void CreateEventLogObject()
        {
            //TargLogs.cs used for logging of errors, rights
            //granted and removed.
            eventLogs = new TargLogs(targ);

            Util.Tools.ReadTargSettings(targ);        //Read in targsettings.txt
            chkBoxAutoCopy.Checked  = local.AutoCopy; //Update settings
            chkBoxScrollTxt.Checked = local.SlowText;
        }