Dialogbutton db;
;
db = box::yesNo("Choose Yes or No", dialogButton::Yes, "YesNo Box Example");
if (db == dialogButton::Yes)
{
info( "We chose Yes");
}
else if (db == dialogButton::No)
{
info( "We chose No");
}
@RahulTalasila
Below is the sample code we can use for adding a newline after every occurrence of "@" symbol in the string in C# using System...
No comments:
Post a Comment