コード例 #1
0
        private void startTrayClick(object sender, EventArgs e)
        {
            List <String> files = new List <string>();

            foreach (Image_Button con in file_list)
            {
                files.Add(con.image_location);
            }

            SysTrayApp tray = new SysTrayApp(files, time_select.Value);

            this.Hide();
        }
コード例 #2
0
        private void startTrayClick(object sender, EventArgs e)
        {
            List<String> files = new List<string>();

            foreach (Image_Button con in file_list)
            {
                files.Add(con.image_location);
            }

            SysTrayApp tray = new SysTrayApp(files, time_select.Value);
            this.Hide();
        }