Beispiel #1
0
 private bool CanSaveConfigExecute(object sender)
 {
     return(StoredProcs.Any() || Views.Any() || Tables.Any());
 }