메소드 | 설명 | |
---|---|---|
CloseModal ( this navigationService ) : void | ||
OpenModal ( this navigationService, string key ) : void | ||
OpenModal ( this navigationService, string key, object parameter ) : void |
public static CloseModal ( this navigationService ) : void | ||
navigationService | this | |
리턴 | void |
public static OpenModal ( this navigationService, string key ) : void | ||
navigationService | this | |
key | string | |
리턴 | void |
public static OpenModal ( this navigationService, string key, object parameter ) : void | ||
navigationService | this | |
key | string | |
parameter | object | |
리턴 | void |