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

            bitch.bloated();
            Bitch.Burst();
            bitch = new Bitch(new DirectoryInfo(AppDomain.CurrentDomain.BaseDirectory));
            bitch.huge();
            btnModDate.Enabled = btnOrganize.Enabled = true;
        }