예제 #1
0
		public static void Display()
		{
			if (singleton == null)
				singleton = new RegExHelpDialog();
			singleton.Show();
			singleton.Focus();
		}
예제 #2
0
		protected override void OnClosed(System.EventArgs e)
		{
			base.OnClosed(e);
			singleton = null;
		}