changes to make a clean build after moving to new svn server

This commit is contained in:
2018-07-02 18:59:58 +00:00
parent 015cdfa529
commit afe490a7b0
4 changed files with 33 additions and 9 deletions

View File

@@ -25,7 +25,7 @@ namespace AyaNova
private Button btnSearch;
private TextBox edSearch;
private System.Windows.Forms.Button btnRefresh;
private System.ComponentModel.IContainer components;
//private System.ComponentModel.IContainer components;
public ClientSelector(WorkorderTypes WoType)
{
@@ -47,10 +47,10 @@ namespace AyaNova
{
if( disposing )
{
if (components != null)
{
components.Dispose();
}
//if (components != null)
//{
// components.Dispose();
//}
}
base.Dispose( disposing );
}