Esempio n. 1
0
 protected override bool RunDialog(IntPtr hwndOwner)
 {
     Shell32.RestartDialog(hwndOwner, Text, 0x00000002);
     return(true);
 }