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