Esempio n. 1
0
        public fLogEvent(Form f)
            : base(f)
        {
            InitializeComponent();

            AtMng.GetEventLog().Load();
            eventLogBindingSource.DataSource = AtMng.DB.EventLog;
        }