Exemplo n.º 1
0
            public ConnectionStringsExpressionEditorSheet(string expression, ConnectionStringsExpressionEditor owner, IServiceProvider serviceProvider) : base(serviceProvider)
            {
                bool flag;

                this._owner          = owner;
                this._connectionName = ConnectionStringsExpressionEditor.ParseExpression(expression, out flag);
                this._connectionType = flag ? ConnectionType.ConnectionString : ConnectionType.ProviderName;
            }
 public ConnectionStringsExpressionEditorSheet(string expression, ConnectionStringsExpressionEditor owner, IServiceProvider serviceProvider) : base(serviceProvider)
 {
     bool flag;
     this._owner = owner;
     this._connectionName = ConnectionStringsExpressionEditor.ParseExpression(expression, out flag);
     this._connectionType = flag ? ConnectionType.ConnectionString : ConnectionType.ProviderName;
 }