LiveBoard.ViewModel.MainViewModel.RefreshRecentOpenedList C# (CSharp) Method

RefreshRecentOpenedList() public method

최근 파일 목록 새로고침.
public RefreshRecentOpenedList ( ) : void
return void
		public void RefreshRecentOpenedList()
		{
			RaisePropertyChanged("SelectedBoard");
			RaisePropertyChanged("RecentOpenedList");
		}