Exemple #1
0
        private void btnModDate_Click(object sender, EventArgs e)
        {
            btnModDate.Enabled = btnOrganize.Enabled = false;
            Bitch.Burst();
            Bitch bitch = new Bitch(new DirectoryInfo(AppDomain.CurrentDomain.BaseDirectory));

            bitch.huge();
            btnModDate.Enabled = btnOrganize.Enabled = true;
        }
Exemple #2
0
 void bloating()
 {
     for (int grown = 0; grown < kids.Count; grown++)
     {
         Bitch full = kids[grown];
         full.bloating();
         var kin = fam.GetRange(full.from, full.goal);
         var gut = kin.Except(full.goods, new FileInfoEqualityComparer()).ToList();
         foreach (var swell in gut)
         {
             try
             { string round = full.face.FullName + @"\" + swell.Name;
               File.Move(swell.FullName, round); }   catch {}
         }
     }
 }
Exemple #3
0
 public Bitch(DirectoryInfo cute, Bitch breeder)
 {
     parent = breeder;
     init(cute);             // but it's wrong!
 }