Beispiel #1
0
        public Dash(Form1 form, SdkWrapper wrapper)
        {
            _dashForm = form;

            _wrapper     = wrapper;
            _idleImg     = new PictureBox();
            _manipulator = new FormManipulator(this._dashForm);
        }
 private void TryUpdateTree(string path)
 {
     UpdateTree(path);
     try
     {
     }
     catch (Exception ex)
     {
         FormManipulator.ShowError(ex.Message);
     }
 }
 private void BtnHelp_Click(object sender, EventArgs e)
 {
     FormManipulator.ShowInformation("Folder changes monitoring by Duc Filan!");
 }