상속: System.Windows.Forms.Form
예제 #1
0
		public static void ShowDialog(IWin32Window parent, string text)
		{
			Dialog d = new Dialog(text);
			d.ShowDialog(parent);
		}
예제 #2
0
        public static void ShowDialog(IWin32Window parent, string text)
        {
            Dialog d = new Dialog(text);

            d.ShowDialog(parent);
        }