ProcessNotify() public method

public ProcessNotify ( ) : void
return void
コード例 #1
0
 protected void Page_Load(object sender, EventArgs e)
 {
     NativeNotify nativeNatify = new NativeNotify(this);
     nativeNatify.ProcessNotify();
 }
コード例 #2
0
        protected void Page_Load(object sender, EventArgs e)
        {
            NativeNotify nativeNatify = new NativeNotify(this);

            nativeNatify.ProcessNotify();
        }