Ejemplo n.º 1
0
 private void btnShow_Click(object sender, EventArgs e)
 {
     try
     {
         this.SetSettings();
         FormRowCollectionViewer form = new FormRowCollectionViewer(this);
         form.Show(this);
         //form.ShowData(rowList, 0);
     }
     catch (Exception ex)
     {
         ModuleLog.Write(ex, this, "btnShow_Click", ModuleLog.LogType.ERROR);
     }
 }
Ejemplo n.º 2
0
 private void btnShow_Click(object sender, EventArgs e)
 {
     try
     {
         this.SetSettings();
         FormRowCollectionViewer form = new FormRowCollectionViewer(this);
         form.Show(this);
         //form.ShowData(rowList, 0);
     }
     catch (Exception ex)
     {
         ModuleLog.Write(ex, this, "btnShow_Click", ModuleLog.LogType.ERROR);
     }
 }