debug ifdef for a property page view
This commit is contained in:
parent
f96b1cc7cb
commit
d73d0e1220
@ -118,7 +118,10 @@ namespace VEPROMS
|
||||
}
|
||||
}
|
||||
}
|
||||
#if (DEBUG)
|
||||
// to display a property page view
|
||||
//private frmPropGrid f;
|
||||
#endif
|
||||
|
||||
void btnItem_Click(object sender, EventArgs e)
|
||||
{
|
||||
@ -127,8 +130,11 @@ namespace VEPROMS
|
||||
//SaveMRU();
|
||||
SetupMRU();
|
||||
if (mri != null) tc.OpenItem(mri.MyItem);
|
||||
#if (DEBUG)
|
||||
// display a property page contianing the Tab Cotrol information
|
||||
//f = new frmPropGrid(tc);
|
||||
//f.Show();
|
||||
#endif
|
||||
}
|
||||
private void SaveMRU()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user