This commit is contained in:
@@ -6,6 +6,7 @@ using System.Data;
|
||||
using System.Text;
|
||||
using System.Windows.Forms;
|
||||
using VEPROMS.CSLA.Library;
|
||||
using Volian.Base.Library;
|
||||
|
||||
namespace Volian.Controls.Library
|
||||
{
|
||||
@@ -307,10 +308,10 @@ namespace Volian.Controls.Library
|
||||
}
|
||||
#endregion
|
||||
|
||||
private void AnnotationDetails_Resize(object sender, EventArgs e)
|
||||
{
|
||||
vlnStackTrace.ShowStackLocal(string.Format("Resize - Height = {0}",Height),3,4);
|
||||
//vlnStackTrace.ShowStack(string.Format("Resize - Height = {0}", Height));
|
||||
}
|
||||
//private void AnnotationDetails_Resize(object sender, EventArgs e)
|
||||
//{
|
||||
// vlnStackTrace.ShowStackLocal(string.Format("Resize - Height = {0}", Height), 3, 4);
|
||||
// //vlnStackTrace.ShowStack(string.Format("Resize - Height = {0}", Height));
|
||||
//}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user