protected override void OnInitialized()
        {
            bSwwWsJsInterop = new BSwwWsJsInterop(jsRuntime);
            bwwJsInterop    = new BwwJsInterop(jsRuntime);


            SwwCreate();

            base.OnInitialized();
        }
示例#2
0
 public void SwwOnError(string par_error)
 {
     BSwwWsJsInterop.Alert(par_error);
 }