Ejemplo n.º 1
0
 /// <summary>
 /// Debug PGrid button click
 /// </summary>
 /// <param name="sender">sender</param>
 /// <param name="e">attributes</param>
 private void PGrid_Click(object sender, EventArgs e)
 {
     using (PropertyGridForm frm = new PropertyGridForm())
     {
         frm.ShowDialog();
     }
 }
Ejemplo n.º 2
0
		/// <summary>
		/// Debug PGrid button click 
		/// </summary>
		/// <param name="sender">sender</param>
		/// <param name="e">attributes</param>
		private void PGrid_Click(object sender, EventArgs e)
		{
			using (var frm = new PropertyGridForm())
				frm.ShowDialog();
		}