예제 #1
0
        public timestamp(formDelegateList sender, List<List<object>> from)
        {
            InitializeComponent();

            stampList = from;
            timestampDelegate = sender;
            comboBox1.SelectedIndex = 0;
            populateFromList(comboBox1.Text);
            initializing = false;
        }
예제 #2
0
        public timestamp(formDelegateList sender, List <List <object> > from)
        {
            InitializeComponent();

            stampList               = from;
            timestampDelegate       = sender;
            comboBox1.SelectedIndex = 0;
            populateFromList(comboBox1.Text);
            initializing = false;
        }