/Visual Studio 2008/CSVSPackageWPFToolWindow/MyControl.cs
# · C# · 24 lines · 19 code · 2 blank · 3 comment · 0 complexity · f94a96677da86204a21dbd382ba8cdcf MD5 · raw file
- using System.Security.Permissions;
- using System.Windows.Forms;
-
- namespace Company.VSPackageWPFToolWindow
- {
- /// <summary>
- /// Summary description for MyControl.
- /// </summary>
- public partial class MyControl : UserControl
- {
- public MyControl()
- {
- InitializeComponent();
- }
-
- public WPFControl WPFControl
- {
- get
- {
- return wpfControl1;
- }
- }
- }
- }