Пример #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="INTV.Shared.View.SelectBackupDialog"/> class.
 /// </summary>
 public SelectBackupDialog()
     : base(Resources.Strings.SelectBackupDialog_Title, INTV.Shared.Utility.SingleInstanceApplication.Instance.MainWindow, Gtk.DialogFlags.Modal)
 {
     // TODO: Implement this
     DataContext = new SelectBackupDialogViewModel();
     this.Build();
 }
Пример #2
0
 /// <summary>Shared initialization code.</summary>
 private void Initialize()
 {
     DialogDataContext = new SelectBackupDialogViewModel();
 }