Example #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="SqlLogin"/> class.
 /// </summary>
 public SqlLogin(SqlIdentityProvider sip)
 {
     InitializeComponent();
     _sip = sip;
     Height = 210;
 }
Example #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="SqlLogin"/> class.
 /// </summary>
 public SqlLogin(SqlIdentityProvider sip)
 {
     InitializeComponent();
     _sip = sip;
     Height = 210;
 }