コード例 #1
0
		public static ResponseType Show(Window parent,
		                                BitmapProcess process,
		                                string desc)
		{
			ProcessEditorDialog dlg = new
				ProcessEditorDialog(parent, process,desc);
			
			ResponseType res = dlg.Run();
			dlg.Destroy();
			
			return res;
			
		}
コード例 #2
0
        public static ResponseType Show(Window parent,
                                        BitmapProcess process,
                                        string desc)
        {
            ProcessEditorDialog dlg = new
                                      ProcessEditorDialog(parent, process, desc);

            ResponseType res = dlg.Run();

            dlg.Destroy();

            return(res);
        }