public FileKeyValue()
        {
            InitializeComponent();

            dReader = new Components.DataReader.Com_DataReader();
            Data = new Hashtable();
            this.SourceFile = string.Empty;
        }
Exemple #2
0
        public FileKeyValue()
        {
            InitializeComponent();

            dReader         = new Components.DataReader.Com_DataReader();
            Data            = new Hashtable();
            this.SourceFile = string.Empty;
        }