| 22 | return m_file.Name(); |
| 23 | } |
| 24 | Windows::Foundation::DateTime ConfigViewModel::DateUpdated() |
| 25 | { |
| 26 | return m_dateUpdated; |
| 27 | } |
| 28 | bool ConfigViewModel::IsDefault() |
| 29 | { |
| 30 | return m_isDefault; |
nothing calls this directly
no outgoing calls
no test coverage detected