OnClosing() protected method

protected OnClosing ( bool &cancel ) : void
cancel bool
return void
Exemplo n.º 1
0
 internal static void InvokeOnClosing(GlFwForm f, ref bool cancel)
 {
     f.OnClosing(ref cancel);
 }