Ext.namespace("AssistCom","AssistCom.Core","AssistCom.Core.Base");Ext.QuickTips.init();AssistCom.Core.Base.ShowInfo=function(a,b){Ext.MessageBox.show({title:a,msg:b,icon:Ext.MessageBox.INFO,buttons:Ext.MessageBox.OK})};AssistCom.Core.Base.ShowWarning=function(a,b){Ext.MessageBox.show({title:a,msg:b,icon:Ext.MessageBox.WARNING,buttons:Ext.MessageBox.OK})};AssistCom.Core.Base.ShowError=function(a,b){Ext.MessageBox.show({title:a,msg:b,icon:Ext.MessageBox.ERROR,buttons:Ext.MessageBox.OK})};AssistCom.Core.Base.ShowConfirm=function(b,d,c,a){Ext.MessageBox.confirm(b,d,function(e){if(e=="yes"){c.call(a)}},a)};AssistCom.Core.Base.ShowAlertWithFun=function(b,d,c,a){Ext.MessageBox.alert(b,d,c,a)};

