1
// ****************************************************************
2
// Copyright 2011, Charlie Poole
3
// This is free software licensed under the NUnit license. You may
4
// obtain a copy of the license at http://nunit.org
5
// ****************************************************************
9
namespace NUnit.ProjectEditor
11
public delegate void ActionDelegate();
13
public delegate void CommandDelegate();
15
public delegate bool ActionStartingDelegate();
1
// ****************************************************************
2
// Copyright 2011, Charlie Poole
3
// This is free software licensed under the NUnit license. You may
4
// obtain a copy of the license at http://nunit.org
5
// ****************************************************************
9
namespace NUnit.ProjectEditor
11
public delegate void ActionDelegate();
13
public delegate void CommandDelegate();
15
public delegate bool ActionStartingDelegate();