C# 클래스 GeekyBlogs.Common.ApiHelper

파일 보기 프로젝트 열기: GeekyTheory/GeekyBlogs

공개 메소드들

메소드 설명
GetCustomFormattedDate ( System.DateTime date ) : string
ShowMessageDialog ( string title, string content ) : System.Threading.Tasks.Task

메소드 상세

GetCustomFormattedDate() 공개 정적인 메소드

public static GetCustomFormattedDate ( System.DateTime date ) : string
date System.DateTime
리턴 string

ShowMessageDialog() 공개 정적인 메소드

public static ShowMessageDialog ( string title, string content ) : System.Threading.Tasks.Task
title string
content string
리턴 System.Threading.Tasks.Task