Skip to content

Commit 757ac66

Browse files
authored
Merge pull request #914 from Unity-Technologies/change-internal-types-to-public
Expose two public types
2 parents b7643cb + 442ea64 commit 757ac66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mcs/class/System.Design/System.Web.UI.Design.WebControls/CompositeControlDesigner.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
namespace System.Web.UI.Design.WebControls
3737
{
38-
class CompositeControlDesigner : ControlDesigner
38+
public class CompositeControlDesigner : ControlDesigner
3939
{
4040
public CompositeControlDesigner () {
4141
throw new NotImplementedException ();

mcs/class/System.ServiceModel/System.ServiceModel.Channels/TransactionMessageProperty.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
namespace System.ServiceModel.Channels
3838
{
39-
internal class TransactionMessageProperty
39+
public class TransactionMessageProperty
4040
{
4141
Transaction tx;
4242
Message msg;

0 commit comments

Comments
 (0)