posted @ 2006-05-30 12:54 水如烟(LzmTW) 阅读(365) 评论(0) 推荐(0) 编辑
摘要:
Author:水如烟 异类HOW TO:适时弹出指示框(一)(AOP参考) 异类HOW TO:适时弹出指示框(二) (基础类)异类HOW TO:适时弹出指示框(三) (基础类的操作)异类HOW TO:适时弹出指示框(四) (指示框的实现)异类HOW TO:适时弹出指示框(五) (指示框)异类HOW TO:适时弹出指示框(六) (日志的实现)异类HOW TO:适时弹出指示框(七) (测试)HowTO... 阅读全文
摘要:
测试类: Imports LzmTW.ApplicationBaseImports LzmTW.uRemoting.MethodWatcher _ _ _ _Public Class MethodWatcherTestClass Inherits ContextBoundObject Public Function Add(ByVal x As Integer, ByVal y A... 阅读全文
posted @ 2006-05-30 12:17 水如烟(LzmTW) 阅读(332) 评论(0) 推荐(0) 编辑
摘要:
Author:水如烟日志的实现:MethodLogAttribute.vb Namespace uRemoting.MethodWatcher _ Public Class MethodLogAttribute Inherits MethodWatcherBaseAttribute Protected Overrides Function GetMetho... 阅读全文
posted @ 2006-05-30 12:08 水如烟(LzmTW) 阅读(323) 评论(0) 推荐(0) 编辑
摘要:
Author:水如烟指示框:MessageForm.Designer.vb Namespace ApplicationBase _ Partial Class MessageForm Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component li... 阅读全文
posted @ 2006-05-30 12:01 水如烟(LzmTW) 阅读(825) 评论(0) 推荐(0) 编辑
摘要:
Author:水如烟指示框的实现:MessageFormAttribute.vb Namespace uRemoting.MethodWatcher _ Public Class MessageFormAttribute Inherits MethodWatcherBaseAttribute Protected Overrides Function Get... 阅读全文
posted @ 2006-05-30 12:00 水如烟(LzmTW) 阅读(369) 评论(0) 推荐(0) 编辑
摘要:
Author:水如烟基础类:MethodWatcherBaseAttribute.vb Imports System.Runtime.Remoting.ContextsImports System.Runtime.Remoting.ActivationNamespace uRemoting.MethodWatcher _ Public MustInherit Class Method... 阅读全文
posted @ 2006-05-30 11:36 水如烟(LzmTW) 阅读(475) 评论(0) 推荐(0) 编辑