changes to make a clean build after moving to new svn server
This commit is contained in:
@@ -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 );
|
||||
}
|
||||
|
||||
@@ -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
|
||||
// __ _ _ ___ ____ __ __ __ __ __ ___ ___
|
||||
// / _)( )( )/ __)(_ _)/ \( \/ ) / _)/ \( \( _)
|
||||
// ( (_ )()( \__ \ )( ( () )) ( ( (_( () )) ) )) _)
|
||||
|
||||
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user