| | |
| | | /// </summary>
|
| | | public LoadingControl()
|
| | | {
|
| | | this.Width = Application.GetMinRealAverage(74);
|
| | | this.Height = Application.GetMinRealAverage(76);
|
| | | this.Width = HdlControlLogic.Current.GetPictrueRealSize(74);
|
| | | this.Height = HdlControlLogic.Current.GetPictrueRealSize(76);
|
| | | }
|
| | |
|
| | | /// <summary>
|
| | |
| | | while (this.Parent != null)
|
| | | {
|
| | | System.Threading.Thread.Sleep(50);
|
| | | Application.RunOnMainThread(() =>
|
| | | HdlThreadLogic.Current.RunMain(() =>
|
| | | {
|
| | | this.UnSelectedImagePath = "Loading/" + index + ".png";
|
| | | });
|
| | | }, ShowErrorMode.NO);
|
| | | index++;
|
| | | if (index > 32)
|
| | | {
|