메소드 | 설명 | |
---|---|---|
ConfirmWindow ( string text1, string link, string question ) : System | ||
Show ( string text1, string link, string question ) : ConfirmWindow, |
메소드 | 설명 | |
---|---|---|
on_button_accept_clicked ( object o, EventArgs args ) : void | ||
on_button_cancel_clicked ( object o, EventArgs args ) : void | ||
on_delete_selected_jump_delete_event ( object o, DeleteEventArgs args ) : void |
public ConfirmWindow ( string text1, string link, string question ) : System | ||
text1 | string | |
link | string | |
question | string | |
리턴 | System |
public static Show ( string text1, string link, string question ) : ConfirmWindow, | ||
text1 | string | |
link | string | |
question | string | |
리턴 | ConfirmWindow, |
protected on_button_accept_clicked ( object o, EventArgs args ) : void | ||
o | object | |
args | EventArgs | |
리턴 | void |
protected on_button_cancel_clicked ( object o, EventArgs args ) : void | ||
o | object | |
args | EventArgs | |
리턴 | void |
protected on_delete_selected_jump_delete_event ( object o, DeleteEventArgs args ) : void | ||
o | object | |
args | DeleteEventArgs | |
리턴 | void |