메소드 | 설명 | |
---|---|---|
Close ( ) : void | ||
GetMsg ( decimal i_MsgNumber ) : string | ||
MsgBox_Confirm ( int MsgNumber ) : bool | ||
MsgBox_Confirm ( string i_strMsg ) : bool | ||
MsgBox_Error ( int MsgNumber ) : void | ||
MsgBox_Error ( string i_strMsg ) : void | ||
MsgBox_Infor ( int MsgNumber ) : void | ||
MsgBox_Infor ( string i_strMsg ) : void | ||
MsgBox_Warning ( int MsgNumber ) : void | ||
MsgBox_Warning ( string i_strMsg ) : void | ||
MsgBox_YES_NO_CANCEL ( int MsgNumber ) : DialogResult | ||
MsgBox_YES_NO_CANCEL ( string i_strMsg ) : DialogResult | ||
askUser_DataCouldBeDeleted ( int i_MsgNumber = 8 ) : IsDataCouldBeDeleted |
메소드 | 설명 | |
---|---|---|
CHRM_MsgBox_OK ( string i_strMsg, string i_titleMsg, Msgs i_IconType ) : void | ||
CHRM_MsgBox_Yes_No ( string i_strMsg, string i_titleMsg, Msgs i_IconType ) : DialogResult | ||
CHRM_MsgBox_Yes_No_Cancel ( string i_strMsg, string i_titleMsg, Msgs i_IconType ) : DialogResult | ||
InitClass ( string i_UserFileName ) : void | ||
LoadMessagesData ( decimal i_NumOFMsg ) : void |
public static GetMsg ( decimal i_MsgNumber ) : string | ||
i_MsgNumber | decimal | |
리턴 | string |
public static MsgBox_Confirm ( int MsgNumber ) : bool | ||
MsgNumber | int | |
리턴 | bool |
public static MsgBox_Confirm ( string i_strMsg ) : bool | ||
i_strMsg | string | |
리턴 | bool |
public static MsgBox_Error ( string i_strMsg ) : void | ||
i_strMsg | string | |
리턴 | void |
public static MsgBox_Infor ( string i_strMsg ) : void | ||
i_strMsg | string | |
리턴 | void |
public static MsgBox_Warning ( int MsgNumber ) : void | ||
MsgNumber | int | |
리턴 | void |
public static MsgBox_Warning ( string i_strMsg ) : void | ||
i_strMsg | string | |
리턴 | void |
public static MsgBox_YES_NO_CANCEL ( int MsgNumber ) : DialogResult | ||
MsgNumber | int | |
리턴 | DialogResult |
public static MsgBox_YES_NO_CANCEL ( string i_strMsg ) : DialogResult | ||
i_strMsg | string | |
리턴 | DialogResult |
public static askUser_DataCouldBeDeleted ( int i_MsgNumber = 8 ) : IsDataCouldBeDeleted | ||
i_MsgNumber | int | |
리턴 | IsDataCouldBeDeleted |