You've already forked linux-packaging-mono
Imported Upstream version 4.0.0~alpha1
Former-commit-id: 806294f5ded97629b74c85c09952f2a74fe182d9
This commit is contained in:
@ -26,7 +26,6 @@
|
||||
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
||||
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
//
|
||||
#if NET_2_0
|
||||
|
||||
using System;
|
||||
using System.Collections;
|
||||
@ -35,10 +34,8 @@ namespace System.Web.UI.Design
|
||||
{
|
||||
public interface IDataSourceDesigner
|
||||
{
|
||||
#if NET_2_0
|
||||
event EventHandler DataSourceChanged;
|
||||
event EventHandler SchemaRefreshed;
|
||||
#endif
|
||||
bool CanConfigure { get; }
|
||||
bool CanRefreshSchema { get; }
|
||||
void Configure ();
|
||||
@ -49,4 +46,3 @@ namespace System.Web.UI.Design
|
||||
void SuppressDataSourceEvents ();
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user