Exemplo n.º 1
0
 public Form1(String[] commandLine)
 {
     open             = new CommandLineOpen(this);
     cleaner          = new formCleaner(this);
     open.commandLine = commandLine;
     InitializeComponent();
 }
Exemplo n.º 2
0
        public Form1()
        {
            open    = new CommandLineOpen(this);
            cleaner = new formCleaner(this);

            InitializeComponent();
            dict.Add("0f00aeafd5", new girlscout_memory(nameOfGirl, "November 7, 2004", "Good job Sasha!"));
            dict.Add("10000cfe72", new girlscout_memory(nameOfGirl, "January 10, 2001", "Continue to be a great citizen in honor of the Girl Scouts"));
            dict.Add("10000cec87", new girlscout_memory(nameOfGirl, "December 21, 2013", "You did a fantastic job with this goal. Thanks for all your help!"));
            dict.Add("10000d02ba", new girlscout_memory(nameOfGirl, "January 10, 2016", "Im glad the bugs didnt bug you lol. I hope you continue your passion with learning about nature!"));
            dict.Add("1000252685", new girlscout_memory(nameOfGirl, 80));
            dict.Add("0f00aee927", new girlscout_memory(nameOfGirl, "March 19, 2001", "It was a pleasure teaching you youngster"));
            dict.Add("0102ac381a", new girlscout_memory(nameOfGirl, 50));
            initiateNetworkContact();
        }