コード例 #1
0
 protected FantasyBaseDialog(FantasyWindow owner)
 {
     this.Owner = owner;
     this.Resources.MergedDictionaries.Add(new ResourceDictionary()
     {
         Source = new Uri("pack://application:,,,/Fantasy.Metro;component/Themes/FantasyBaseDialog.xaml")
     });
 }
コード例 #2
0
 public FantasyInputDialog(FantasyWindow owner)
     : base(owner)
 {
     InitializeComponent();
 }
コード例 #3
0
 public FantasyMessageDialog(FantasyWindow owner)
     : base(owner)
 {
     InitializeComponent();
 }