Beispiel #1
0
        public History(List <string> dates, SingleLinkedList history)
        {
            InitializeComponent();

            dateList = dates;

            listItemsInListBox(history);
            printStyler       = new PrintStyler();
            printStyler.Title = "History";
        }
        public SettingsForm(SettingsProperties passed)
        {
            outProperties = passed;
            InitializeComponent();

            homePageTextBox.Text = outProperties.HomePage;
            numMinutesNotifyNumericUpDown.Value = outProperties.NumMinutesForNotify;
            initBindings();

            printStyler       = new PrintStyler();
            printStyler.Title = "Settings";
        }