Example #1
0
        public SummaryForm(Data.ShowList t, int userid)
        {
            ITEvents.EventInstantion.NotifyObservers += Updating;
            InitializeComponent();
            ControllerSummary.ControllerInstantion.UserId           = userid;
            ControllerSummary.ControllerInstantion.ShowListProperty = t;

            ControllerSummary.ControllerInstantion.ShowList(txtBoxEvent);
        }
Example #2
0
 public SummaryForm(Data.ShowList t) : this(t, 0)
 {
 }