Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/addins/AspNet/WebForms/Dom/WebFormsBindingExpression.cs')
-rw-r--r--main/src/addins/AspNet/WebForms/Dom/WebFormsBindingExpression.cs7
1 files changed, 3 insertions, 4 deletions
diff --git a/main/src/addins/AspNet/WebForms/Dom/WebFormsBindingExpression.cs b/main/src/addins/AspNet/WebForms/Dom/WebFormsBindingExpression.cs
index 37c5893f40..c9b2a02fa7 100644
--- a/main/src/addins/AspNet/WebForms/Dom/WebFormsBindingExpression.cs
+++ b/main/src/addins/AspNet/WebForms/Dom/WebFormsBindingExpression.cs
@@ -24,19 +24,18 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.
-using ICSharpCode.NRefactory;
-using ICSharpCode.NRefactory.TypeSystem;
using MonoDevelop.Xml.Dom;
+using MonoDevelop.Ide.Editor;
namespace MonoDevelop.AspNet.WebForms.Dom
{
public class WebFormsBindingExpression : WebFormsExpression
{
- public WebFormsBindingExpression (DomRegion region) : base (region)
+ public WebFormsBindingExpression (DocumentRegion region) : base (region)
{
}
- public WebFormsBindingExpression (TextLocation start) : base (start)
+ public WebFormsBindingExpression (DocumentLocation start) : base (start)
{
}