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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2010-11-12 12:56:01 +0300
committerMarek Safar <marek.safar@gmail.com>2010-11-12 13:32:41 +0300
commit8e47d66933da273d88966238e87a1a7eaa926d03 (patch)
tree8abc8708a98d48447a37ee3294977d29a2fc72e5 /mcs/class/System.Messaging
parent3e4eec4f0f555125b492634b7fbe4e4fc5b330b6 (diff)
Fix QueuePathDialog signature
Diffstat (limited to 'mcs/class/System.Messaging')
-rw-r--r--mcs/class/System.Messaging/System.Messaging.Design/QueuePathDialog.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/mcs/class/System.Messaging/System.Messaging.Design/QueuePathDialog.cs b/mcs/class/System.Messaging/System.Messaging.Design/QueuePathDialog.cs
index a456f071891..52c11c49c55 100644
--- a/mcs/class/System.Messaging/System.Messaging.Design/QueuePathDialog.cs
+++ b/mcs/class/System.Messaging/System.Messaging.Design/QueuePathDialog.cs
@@ -31,7 +31,6 @@
using System.ComponentModel;
using System.Drawing.Design;
using System.Windows.Forms;
-//using System.Windows.Forms.Design;
namespace System.Messaging.Design
{
@@ -45,7 +44,7 @@ namespace System.Messaging.Design
}
[MonoTODO]
- public QueuePathDialog ()//IUIService uiService)
+ public QueuePathDialog (System.Windows.Forms.Design.IUIService uiService)
{
throw new NotImplementedException ();
}