void OnApplicationQuit() { if (ag == null) { return; } ag.Dispose(); }
void OnApplicationQuit() { ag.Dispose(); }