Beispiel #1
0
        public Control view()
        {
            Control v = new EventManagerView();

            v.DataContext = this;

            return(v);
        }
        public Control view()
        {
            Control v = new EventManagerView();

            v.DataContext = this;

            return v;
        }