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 );
}

View File

@@ -70,6 +70,7 @@ namespace AyaNova
base.Dispose(disposing);
}
#pragma warning disable 612, 618
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
@@ -444,7 +445,7 @@ namespace AyaNova
}
#endregion
#pragma warning restore 612, 618
// __ _ _ ___ ____ __ __ __ __ __ ___ ___
// / _)( )( )/ __)(_ _)/ \( \/ ) / _)/ \( \( _)
// ( (_ )()( \__ \ )( ( () )) ( ( (_( () )) ) )) _)

View File

@@ -8471,6 +8471,7 @@ At first I was happy to find your code that solved my problem, but I did not lik
}
catch (Exception ex)
{
ex.ToString();
sb.AppendLine(sName + " - did not report full info");
}
}