After code cleanup
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Data;
|
||||
using System.Drawing;
|
||||
using System.Linq;
|
||||
using System.Reflection;
|
||||
using System.Text;
|
||||
@@ -20,7 +18,7 @@ namespace AyaNovaQBI
|
||||
Icon = AyaNovaQBI.Properties.Resources.logo;
|
||||
}
|
||||
|
||||
async private void MainForm_Load(object sender, EventArgs e)
|
||||
private async void MainForm_Load(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
//Initialize
|
||||
@@ -465,7 +463,7 @@ namespace AyaNovaQBI
|
||||
|
||||
|
||||
|
||||
// grid.DisplayLayout.Rows.CollapseAll(false);
|
||||
// grid.DisplayLayout.Rows.CollapseAll(false);
|
||||
//foreach (UltraGridRow r in grid.Rows)
|
||||
//{
|
||||
// foreach (UltraGridRow rr in r.ChildBands[0].Rows)
|
||||
|
||||
Reference in New Issue
Block a user