Esempio n. 1
0
 public void RequestSave(Gnome.SaveStyle save_style, bool shutdown, Gnome.InteractStyle interact_style, bool fast, bool global)
 {
     gnome_client_request_save(Handle, (int)save_style, shutdown, (int)interact_style, fast, global);
 }
Esempio n. 2
0
        protected virtual bool OnSaveYourself(int phase, Gnome.SaveStyle save_style, bool shutdown, Gnome.InteractStyle interact_style, bool fast)
        {
            bool __ret = gnomesharp_client_base_save_yourself(Handle, phase, (int)save_style, shutdown, (int)interact_style, fast);

            return(__ret);
        }