public Control view() { Control v = new Excel_calendarLoaderView(); v.DataContext = this; return(v); }
public Control view() { Control v = new Excel_calendarLoaderView(); v.DataContext = this; return v; }