1using System; 2 3namespace solidware.financials.windows.ui 4{ 5 public interface DialogPresenter : Presenter 6 { 7 Action close { get; set; } 8 } 9}